public class AchDetails extends Object implements PaymentMethodDetails
| Constructor and Description |
|---|
AchDetails() |
| Modifier and Type | Method and Description |
|---|---|
AchDetails |
bankAccountNumber(String bankAccountNumber) |
AchDetails |
bankLocationId(String bankLocationId) |
AchDetails |
encryptedBankAccountNumber(String encryptedBankAccountNumber) |
AchDetails |
encryptedBankLocationId(String encryptedBankLocationId) |
boolean |
equals(Object o) |
String |
getBankAccountNumber()
The bank account number (without separators).
|
String |
getBankLocationId()
The bank routing number of the account.
|
String |
getEncryptedBankAccountNumber()
Encrypted bank account number.
|
String |
getEncryptedBankLocationId()
Encrypted location id.
|
String |
getOwnerName()
The name of the bank account holder.
|
String |
getStoredPaymentMethodId()
This is the `recurringDetailReference` returned in the response when you created the token.
|
String |
getType()
**ach**
|
int |
hashCode() |
AchDetails |
ownerName(String ownerName) |
void |
setBankAccountNumber(String bankAccountNumber) |
void |
setBankLocationId(String bankLocationId) |
void |
setEncryptedBankAccountNumber(String encryptedBankAccountNumber) |
void |
setEncryptedBankLocationId(String encryptedBankLocationId) |
void |
setOwnerName(String ownerName) |
void |
setStoredPaymentMethodId(String storedPaymentMethodId) |
void |
setType(String type) |
AchDetails |
storedPaymentMethodId(String storedPaymentMethodId) |
String |
toString() |
AchDetails |
type(String type) |
public static final String ACH
public AchDetails bankAccountNumber(String bankAccountNumber)
public String getBankAccountNumber()
public void setBankAccountNumber(String bankAccountNumber)
public AchDetails bankLocationId(String bankLocationId)
public String getBankLocationId()
public void setBankLocationId(String bankLocationId)
public AchDetails encryptedBankAccountNumber(String encryptedBankAccountNumber)
public String getEncryptedBankAccountNumber()
public void setEncryptedBankAccountNumber(String encryptedBankAccountNumber)
public AchDetails encryptedBankLocationId(String encryptedBankLocationId)
public String getEncryptedBankLocationId()
public void setEncryptedBankLocationId(String encryptedBankLocationId)
public AchDetails ownerName(String ownerName)
public String getOwnerName()
public void setOwnerName(String ownerName)
public AchDetails storedPaymentMethodId(String storedPaymentMethodId)
public String getStoredPaymentMethodId()
public void setStoredPaymentMethodId(String storedPaymentMethodId)
public AchDetails type(String type)
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailsCopyright © 2022. All rights reserved.