getBillingAgreementId() 공개 메소드

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