PHP 클래스 PayPal\Api\PaymentOptions

Payment options requested for this purchase unit
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
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