public class BankAccountPaymentDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BankAccountPaymentDetails.Builder
Class to build instances of
BankAccountPaymentDetails. |
| Constructor and Description |
|---|
BankAccountPaymentDetails(String bankName,
String transferType,
String accountOwnershipType,
String fingerprint,
String country,
String statementDescription,
ACHDetails achDetails,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAccountOwnershipType()
Getter for AccountOwnershipType.
|
ACHDetails |
getAchDetails()
Getter for AchDetails.
|
String |
getBankName()
Getter for BankName.
|
String |
getCountry()
Getter for Country.
|
List<Error> |
getErrors()
Getter for Errors.
|
String |
getFingerprint()
Getter for Fingerprint.
|
String |
getStatementDescription()
Getter for StatementDescription.
|
String |
getTransferType()
Getter for TransferType.
|
int |
hashCode() |
BankAccountPaymentDetails.Builder |
toBuilder()
Builds a new
BankAccountPaymentDetails.Builder object. |
String |
toString()
Converts this BankAccountPaymentDetails into string format.
|
public BankAccountPaymentDetails(String bankName, String transferType, String accountOwnershipType, String fingerprint, String country, String statementDescription, ACHDetails achDetails, List<Error> errors)
bankName - String value for bankName.transferType - String value for transferType.accountOwnershipType - String value for accountOwnershipType.fingerprint - String value for fingerprint.country - String value for country.statementDescription - String value for statementDescription.achDetails - ACHDetails value for achDetails.errors - List of Error value for errors.public String getBankName()
public String getTransferType()
public String getAccountOwnershipType()
public String getFingerprint()
public String getCountry()
public String getStatementDescription()
public ACHDetails getAchDetails()
public List<Error> getErrors()
public String toString()
public BankAccountPaymentDetails.Builder toBuilder()
BankAccountPaymentDetails.Builder object.
Creates the instance with the state of the current model.BankAccountPaymentDetails.Builder objectCopyright © 2022. All rights reserved.