Class ExtendedBankAccount
Class ExtendedBankAccount
A resource representing a bank account that can be used to fund a payment including support for SEPA.
- PayPal\Common\PayPalModel
-
PayPal\Api\BankAccount
-
PayPal\Api\ExtendedBankAccount
Methods summary
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\Api\BankAccount
addLink(),
getAccountName(),
getAccountNumber(),
getAccountNumberType(),
getAccountType(),
getAuthCaptureTimestamp(),
getAuthType(),
getBankName(),
getBillingAddress(),
getBirthDate(),
getCheckType(),
getConfirmationStatus(),
getCountryCode(),
getCreateTime(),
getExternalCustomerId(),
getFirstName(),
getId(),
getLastName(),
getLinks(),
getMerchantId(),
getPayerId(),
getRoutingNumber(),
getState(),
getUpdateTime(),
getValidUntil(),
removeLink(),
setAccountName(),
setAccountNumber(),
setAccountNumberType(),
setAccountType(),
setAuthCaptureTimestamp(),
setAuthType(),
setBankName(),
setBillingAddress(),
setBirthDate(),
setCheckType(),
setConfirmationStatus(),
setCountryCode(),
setCreateTime(),
setExternalCustomerId(),
setFirstName(),
setId(),
setLastName(),
setLinks(),
setMerchantId(),
setPayerId(),
setRoutingNumber(),
setState(),
setUpdateTime(),
setValidUntil()
Methods inherited from PayPal\Common\PayPalModel
__construct(),
__get(),
__isset(),
__set(),
__toString(),
__unset(),
fromArray(),
fromJson(),
getList(),
setCredential(),
toArray(),
toJSON()