PHP 클래스 PayPal\Api\FundingDetail

Additional detail of the funding.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
getClearingTime ( ) : string Expected clearing time
getPaymentDebitDate ( ) : string Date when funds will be debited from the payer's account
getPaymentHoldDate ( ) : string
getProcessingType ( ) : string Processing type of the payment card
setClearingTime ( string $clearing_time ) Expected clearing time
setPaymentDebitDate ( string $payment_debit_date ) Date when funds will be debited from the payer's account
setPaymentHoldDate ( string $payment_hold_date ) [DEPRECATED] Hold-off duration of the payment. payment_debit_date should be used instead.
setProcessingType ( string $processing_type ) Processing type of the payment card Valid Values: ["CUP_SECURE", "PINLESS_DEBIT"]

메소드 상세

getClearingTime() 공개 메소드

Expected clearing time
public getClearingTime ( ) : string
리턴 string

getPaymentDebitDate() 공개 메소드

Date when funds will be debited from the payer's account
public getPaymentDebitDate ( ) : string
리턴 string

getPaymentHoldDate() 공개 메소드

사용 중단: [DEPRECATED] Hold-off duration of the payment. payment_debit_date should be used instead.
public getPaymentHoldDate ( ) : string
리턴 string

getProcessingType() 공개 메소드

Processing type of the payment card
public getProcessingType ( ) : string
리턴 string

setClearingTime() 공개 메소드

Expected clearing time
public setClearingTime ( string $clearing_time )
$clearing_time string

setPaymentDebitDate() 공개 메소드

Date when funds will be debited from the payer's account
public setPaymentDebitDate ( string $payment_debit_date )
$payment_debit_date string

setPaymentHoldDate() 공개 메소드

[DEPRECATED] Hold-off duration of the payment. payment_debit_date should be used instead.
public setPaymentHoldDate ( string $payment_hold_date )
$payment_hold_date string

setProcessingType() 공개 메소드

Processing type of the payment card Valid Values: ["CUP_SECURE", "PINLESS_DEBIT"]
public setProcessingType ( string $processing_type )
$processing_type string