Billing instrument used to charge the payer.
Deprecation: Used internally only.
Inheritance: extends PayPal\Common\PayPalModel
Beispiel #1
0
 /**
  * @depends testSerializationDeserialization
  * @param Billing $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getBillingAgreementId(), "TestSample");
 }