AchDetails |
AchDetails.bankAccountNumber(String bankAccountNumber) |
The bank account number (without separators).
|
AchDetails |
AchDetails.bankAccountType(AchDetails.BankAccountTypeEnum bankAccountType) |
The bank account type (checking, savings...).
|
AchDetails |
AchDetails.bankLocationId(String bankLocationId) |
The bank routing number of the account.
|
AchDetails |
AchDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
AchDetails |
AchDetails.encryptedBankAccountNumber(String encryptedBankAccountNumber) |
Encrypted bank account number.
|
AchDetails |
AchDetails.encryptedBankLocationId(String encryptedBankLocationId) |
Encrypted location id.
|
static AchDetails |
AchDetails.fromJson(String jsonString) |
Create an instance of AchDetails given an JSON string
|
AchDetails |
CheckoutPaymentMethod.getAchDetails() |
Get the actual instance of `AchDetails`.
|
AchDetails |
AchDetails.ownerName(String ownerName) |
The name of the bank account holder.
|
AchDetails |
AchDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
AchDetails |
AchDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the token.
|
AchDetails |
AchDetails.transferInstrumentId(String transferInstrumentId) |
The unique identifier of your user's verified transfer instrument, which you can use to top up their balance accounts.
|
AchDetails |
AchDetails.type(AchDetails.TypeEnum type) |
**ach**
|