PayPal\Api\PaymentOptions::setAllowedPaymentMethod PHP Method

setAllowedPaymentMethod() public method

Payment method requested for this purchase unit Valid Values: ["UNRESTRICTED", "INSTANT_FUNDING_SOURCE", "IMMEDIATE_PAY"]
public setAllowedPaymentMethod ( string $allowed_payment_method )
$allowed_payment_method string
    public function setAllowedPaymentMethod($allowed_payment_method)
    {
        $this->allowed_payment_method = $allowed_payment_method;
        return $this;
    }