AmericanBankAccount, CanadianBankAccount, JapaneseBankAccountpublic abstract class BaseBankAccount extends Object
| Constructor | Description |
|---|---|
BaseBankAccount() |
public Boolean getPrimary()
public String getHolderName()
public String getBankName()
public String getCurrency()
public String getAccountNumber()
public BankAccountCountry getCountry()
public String getBranchName()
public String getBankAddress()
public String getSwiftCode()
public String getRoutingNumber()
public String getIfscCode()
public String getRoutingCode()
public BankAccountType getAccountType()
protected void setPrimary(Boolean primary)
protected void setHolderName(String holderName)
protected void setBankName(String bankName)
protected void setCurrency(String currency)
protected void setAccountNumber(String accountNumber)
protected void setCountry(BankAccountCountry country)
protected void setBranchName(String branchName)
protected void setBankAddress(String bankAddress)
protected void setSwiftCode(String swiftCode)
protected void setRoutingNumber(String routingNumber)
protected void setIfscCode(String ifscCode)
protected void setRoutingCode(String routingCode)
protected void setAccountType(BankAccountType accountType)
protected void setCommonFields(BankAccountCountry country, String holderName, String bankName, String currency, String accountNumber, BankAccountType accountType)
Copyright © 2018 The Apache Software Foundation. All rights reserved.