Метод |
Описание |
|
getAllowedPaymentMethod ( ) : string |
Payment method requested for this purchase unit |
|
getRecurringFlag ( ) : boolean |
Indicator if this payment request is a recurring payment. Only supported when the payment_method is set to credit_card |
|
getSkipFmf ( ) : boolean |
Indicator if fraud management filters (fmf) should be skipped for this transaction. Only supported when the payment_method is set to credit_card |
|
setAllowedPaymentMethod ( string $allowed_payment_method ) |
Payment method requested for this purchase unit
Valid Values: ["UNRESTRICTED", "INSTANT_FUNDING_SOURCE", "IMMEDIATE_PAY"] |
|
setRecurringFlag ( boolean $recurring_flag ) |
Indicator if this payment request is a recurring payment. Only supported when the payment_method is set to credit_card |
|
setSkipFmf ( boolean $skip_fmf ) |
Indicator if fraud management filters (fmf) should be skipped for this transaction. Only supported when the payment_method is set to credit_card |
|