Class FundingDetail
Class FundingDetail
Additional detail of the funding.
- PayPal\Common\PayPalModel
- PayPal\Api\FundingDetail
Methods summary
public
|
|
public
string
|
|
public
|
#
setPaymentHoldDate( string $payment_hold_date )
[DEPRECATED] Hold-off duration of the payment. payment_debit_date should be used instead. |
public
string
|
|
public
|
#
setPaymentDebitDate( string $payment_debit_date )
Date when funds will be debited from the payer's account |
public
string
|
|
public
|
#
setProcessingType( string $processing_type )
Processing type of the payment card Valid Values: ["CUP_SECURE", "PINLESS_DEBIT"] |
public
string
|
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()