public class BankAccountPaymentDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BankAccountPaymentDetails.Builder
Class to build instances of
BankAccountPaymentDetails. |
| Modifier | Constructor and Description |
|---|---|
protected |
BankAccountPaymentDetails(io.apimatic.core.types.OptionalNullable<String> bankName,
io.apimatic.core.types.OptionalNullable<String> transferType,
io.apimatic.core.types.OptionalNullable<String> accountOwnershipType,
io.apimatic.core.types.OptionalNullable<String> fingerprint,
io.apimatic.core.types.OptionalNullable<String> country,
io.apimatic.core.types.OptionalNullable<String> statementDescription,
ACHDetails achDetails,
io.apimatic.core.types.OptionalNullable<List<Error>> errors)
Internal initialization constructor.
|
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetAccountOwnershipType()
Internal Getter for AccountOwnershipType.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBankName()
Internal Getter for BankName.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCountry()
Internal Getter for Country.
|
protected io.apimatic.core.types.OptionalNullable<List<Error>> |
internalGetErrors()
Internal Getter for Errors.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetFingerprint()
Internal Getter for Fingerprint.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetStatementDescription()
Internal Getter for StatementDescription.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetTransferType()
Internal Getter for TransferType.
|
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.protected BankAccountPaymentDetails(io.apimatic.core.types.OptionalNullable<String> bankName, io.apimatic.core.types.OptionalNullable<String> transferType, io.apimatic.core.types.OptionalNullable<String> accountOwnershipType, io.apimatic.core.types.OptionalNullable<String> fingerprint, io.apimatic.core.types.OptionalNullable<String> country, io.apimatic.core.types.OptionalNullable<String> statementDescription, ACHDetails achDetails, io.apimatic.core.types.OptionalNullable<List<Error>> errors)
protected io.apimatic.core.types.OptionalNullable<String> internalGetBankName()
public String getBankName()
protected io.apimatic.core.types.OptionalNullable<String> internalGetTransferType()
public String getTransferType()
protected io.apimatic.core.types.OptionalNullable<String> internalGetAccountOwnershipType()
public String getAccountOwnershipType()
protected io.apimatic.core.types.OptionalNullable<String> internalGetFingerprint()
public String getFingerprint()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCountry()
public String getCountry()
protected io.apimatic.core.types.OptionalNullable<String> internalGetStatementDescription()
public String getStatementDescription()
public ACHDetails getAchDetails()
protected io.apimatic.core.types.OptionalNullable<List<Error>> internalGetErrors()
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 © 2023. All rights reserved.