PHP Класс PayPal\Api\PaymentOptions

Payment options requested for this purchase unit
Наследование: extends PayPal\Common\PayPalModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

getAllowedPaymentMethod() публичный Метод

Payment method requested for this purchase unit
public getAllowedPaymentMethod ( ) : string
Результат string

getRecurringFlag() публичный Метод

Indicator if this payment request is a recurring payment. Only supported when the payment_method is set to credit_card
Устаревший: Not publicly available
public getRecurringFlag ( ) : boolean
Результат boolean

getSkipFmf() публичный Метод

Indicator if fraud management filters (fmf) should be skipped for this transaction. Only supported when the payment_method is set to credit_card
Устаревший: Not publicly available
public getSkipFmf ( ) : boolean
Результат boolean

setAllowedPaymentMethod() публичный Метод

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

setRecurringFlag() публичный Метод

Indicator if this payment request is a recurring payment. Only supported when the payment_method is set to credit_card
Устаревший: Not publicly available
public setRecurringFlag ( boolean $recurring_flag )
$recurring_flag boolean

setSkipFmf() публичный Метод

Indicator if fraud management filters (fmf) should be skipped for this transaction. Only supported when the payment_method is set to credit_card
Устаревший: Not publicly available
public setSkipFmf ( boolean $skip_fmf )
$skip_fmf boolean