PayPal\Api\AlternatePayment::setAlternatePaymentProviderId PHP Method

setAlternatePaymentProviderId() public method

Alternate Payment provider id. This is an optional attribute needed only for certain alternate providers e.g Ideal
public setAlternatePaymentProviderId ( string $alternate_payment_provider_id )
$alternate_payment_provider_id string
    public function setAlternatePaymentProviderId($alternate_payment_provider_id)
    {
        $this->alternate_payment_provider_id = $alternate_payment_provider_id;
        return $this;
    }