getPan() public method

public getPan ( ) : string
return string
 /**
  * @test
  */
 public function getPan()
 {
     $this->transaction->setPan('IqVz7P9zaIgTYdU41HaW/OB/d7Idwttqwb2vaTt8MT0=');
     $this->assertEquals('IqVz7P9zaIgTYdU41HaW/OB/d7Idwttqwb2vaTt8MT0=', $this->transaction->getPan());
 }