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");
 }