getBillingAgreementId() public method

Identifier of the instrument in PayPal Wallet
public getBillingAgreementId ( ) : string
return string
Beispiel #1
0
 /**
  * @depends testSerializationDeserialization
  * @param Billing $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getBillingAgreementId(), "TestSample");
 }