PHP Class PayPal\Api\FundingDetail

Additional detail of the funding.
Inheritance: extends PayPal\Common\PayPalModel
Show file Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
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"]

Method Details

getClearingTime() public method

Expected clearing time
public getClearingTime ( ) : string
return string

getPaymentDebitDate() public method

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

getPaymentHoldDate() public method

Deprecation: [DEPRECATED] Hold-off duration of the payment. payment_debit_date should be used instead.
public getPaymentHoldDate ( ) : string
return string

getProcessingType() public method

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

setClearingTime() public method

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

setPaymentDebitDate() public method

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

setPaymentHoldDate() public method

[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() public method

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