PayPal\Api\Billing::getBillingAgreementId PHP 메소드

getBillingAgreementId() 공개 메소드

Identifier of the instrument in PayPal Wallet
public getBillingAgreementId ( ) : string
리턴 string
    public function getBillingAgreementId()
    {
        return $this->billing_agreement_id;
    }

Usage Example

예제 #1
0
 /**
  * @depends testSerializationDeserialization
  * @param Billing $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getBillingAgreementId(), "TestSample");
 }