Package com.onlinepayments.domain
Class CustomerBankAccount
java.lang.Object
com.onlinepayments.domain.CustomerBankAccount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionName of account holdergetBic()Bank Identification CodegetIban()The IBAN is the International Bank Account Number.voidsetAccountHolderName(String value) Name of account holdervoidBank Identification CodevoidThe IBAN is the International Bank Account Number.withAccountHolderName(String value) Name of account holderBank Identification CodeThe IBAN is the International Bank Account Number.
-
Constructor Details
-
CustomerBankAccount
public CustomerBankAccount()
-
-
Method Details
-
getAccountHolderName
Name of account holder -
setAccountHolderName
Name of account holder -
withAccountHolderName
Name of account holder -
getBic
Bank Identification Code -
setBic
Bank Identification Code -
withBic
Bank Identification Code -
getIban
The IBAN is the International Bank Account Number. It is an internationally agreed format for the BBAN and includes the ISO country code and two check digits. -
setIban
The IBAN is the International Bank Account Number. It is an internationally agreed format for the BBAN and includes the ISO country code and two check digits. -
withIban
The IBAN is the International Bank Account Number. It is an internationally agreed format for the BBAN and includes the ISO country code and two check digits.
-