Class BankToken
Class BankToken
A resource representing a bank that can be used to fund a payment.
- PayPal\Common\PayPalModel
- PayPal\Api\BankToken
Methods summary
public
|
|
public
string
|
|
public
|
#
setExternalCustomerId( string $external_customer_id )
The unique identifier of the payer used when saving this bank using /vault/bank API. |
public
string
|
#
getExternalCustomerId( )
The unique identifier of the payer used when saving this bank using /vault/bank API. |
public
|
#
setMandateReferenceNumber( string $mandate_reference_number )
Identifier of the direct debit mandate to validate. Currently supported only for EU bank accounts(SEPA). |
public
string
|
#
getMandateReferenceNumber( )
Identifier of the direct debit mandate to validate. Currently supported only for EU bank accounts(SEPA). |
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()