public static class BankAccountPaymentDetails.Builder extends Object
BankAccountPaymentDetails.| Constructor and Description |
|---|
Builder() |
public BankAccountPaymentDetails.Builder bankName(String bankName)
bankName - String value for bankName.public BankAccountPaymentDetails.Builder unsetBankName()
public BankAccountPaymentDetails.Builder transferType(String transferType)
transferType - String value for transferType.public BankAccountPaymentDetails.Builder unsetTransferType()
public BankAccountPaymentDetails.Builder accountOwnershipType(String accountOwnershipType)
accountOwnershipType - String value for accountOwnershipType.public BankAccountPaymentDetails.Builder unsetAccountOwnershipType()
public BankAccountPaymentDetails.Builder fingerprint(String fingerprint)
fingerprint - String value for fingerprint.public BankAccountPaymentDetails.Builder unsetFingerprint()
public BankAccountPaymentDetails.Builder country(String country)
country - String value for country.public BankAccountPaymentDetails.Builder unsetCountry()
public BankAccountPaymentDetails.Builder statementDescription(String statementDescription)
statementDescription - String value for statementDescription.public BankAccountPaymentDetails.Builder unsetStatementDescription()
public BankAccountPaymentDetails.Builder achDetails(ACHDetails achDetails)
achDetails - ACHDetails value for achDetails.public BankAccountPaymentDetails.Builder errors(List<Error> errors)
errors - List of Error value for errors.public BankAccountPaymentDetails.Builder unsetErrors()
public BankAccountPaymentDetails build()
BankAccountPaymentDetails object using the set fields.BankAccountPaymentDetailsCopyright © 2023. All rights reserved.