Class PaymentOptions
Class PaymentOptions
Payment options requested for this purchase unit
- PayPal\Common\PayPalModel
-
PayPal\Api\PaymentOptions
Methods summary
public
|
#
setAllowedPaymentMethod( string $allowed_payment_method )
Payment method requested for this purchase unit Valid Values: ["UNRESTRICTED", "INSTANT_FUNDING_SOURCE", "IMMEDIATE_PAY"] |
public
string
|
|
public
|
#
setRecurringFlag( boolean $recurring_flag )
Indicator if this payment request is a recurring payment. Only supported when the |
public
boolean
|
#
getRecurringFlag( )
Indicator if this payment request is a recurring payment. Only supported when the |
public
|
#
setSkipFmf( boolean $skip_fmf )
Indicator if fraud management filters (fmf) should be skipped for this transaction. Only supported when the |
public
boolean
|
#
getSkipFmf( )
Indicator if fraud management filters (fmf) should be skipped for this transaction. Only supported when the |
Methods inherited from PayPal\Common\PayPalModel
__construct(),
__get(),
__isset(),
__set(),
__toString(),
__unset(),
fromArray(),
fromJson(),
getList(),
setCredential(),
toArray(),
toJSON()