A resource representing a information about a potential Payer.
Наследование: extends PayPal\Common\PayPalModel
Пример #1
0
 /**
  * @depends testSerializationDeserialization
  * @param PotentialPayerInfo $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getEmail(), "TestSample");
     $this->assertEquals($obj->getExternalRememberMeId(), "TestSample");
     $this->assertEquals($obj->getAccountNumber(), "TestSample");
     $this->assertEquals($obj->getBillingAddress(), AddressTest::getObject());
 }