PayPal\Api\AlternatePayment::setAlternatePaymentAccountId PHP Method

setAlternatePaymentAccountId() public method

The unique identifier of the alternate payment account.
public setAlternatePaymentAccountId ( string $alternate_payment_account_id )
$alternate_payment_account_id string
    public function setAlternatePaymentAccountId($alternate_payment_account_id)
    {
        $this->alternate_payment_account_id = $alternate_payment_account_id;
        return $this;
    }