PayPal\Api\Billing::setBillingAgreementId PHP Метод

setBillingAgreementId() публичный Метод

Identifier of the instrument in PayPal Wallet
public setBillingAgreementId ( string $billing_agreement_id )
$billing_agreement_id string
    public function setBillingAgreementId($billing_agreement_id)
    {
        $this->billing_agreement_id = $billing_agreement_id;
        return $this;
    }