PHP Class PayPal\Api\FundingDetail

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

Méthodes publiques

Méthode 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 méthode

Expected clearing time
public getClearingTime ( ) : string
Résultat string

getPaymentDebitDate() public méthode

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

getPaymentHoldDate() public méthode

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

getProcessingType() public méthode

Processing type of the payment card
public getProcessingType ( ) : string
Résultat string

setClearingTime() public méthode

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

setPaymentDebitDate() public méthode

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

setPaymentHoldDate() public méthode

[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 méthode

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