public class JapaneseBankAccount extends BaseBankAccount
| Constructor | Description |
|---|---|
JapaneseBankAccount(String holderName,
String bankName,
String branchName,
String currency,
String accountNumber,
BankAccountType accountType) |
| Modifier and Type | Method | Description |
|---|---|---|
JapaneseBankAccount |
withBankAddress(String bankAddress) |
|
JapaneseBankAccount |
withSwiftCode(String swiftCode) |
getAccountNumber, getAccountType, getBankAddress, getBankName, getBranchName, getCountry, getCurrency, getHolderName, getIfscCode, getPrimary, getRoutingCode, getRoutingNumber, getSwiftCode, setAccountNumber, setAccountType, setBankAddress, setBankName, setBranchName, setCommonFields, setCountry, setCurrency, setHolderName, setIfscCode, setPrimary, setRoutingCode, setRoutingNumber, setSwiftCodepublic JapaneseBankAccount withBankAddress(String bankAddress)
public JapaneseBankAccount withSwiftCode(String swiftCode)
Copyright © 2018 The Apache Software Foundation. All rights reserved.