Class CustomerBankAccount

java.lang.Object
com.onlinepayments.domain.CustomerBankAccount

public class CustomerBankAccount extends Object
  • Constructor Details

    • CustomerBankAccount

      public CustomerBankAccount()
  • Method Details

    • getAccountHolderName

      public String getAccountHolderName()
      Name of account holder
    • setAccountHolderName

      public void setAccountHolderName(String value)
      Name of account holder
    • withAccountHolderName

      public CustomerBankAccount withAccountHolderName(String value)
      Name of account holder
    • getBic

      public String getBic()
      Bank Identification Code
    • setBic

      public void setBic(String value)
      Bank Identification Code
    • withBic

      public CustomerBankAccount withBic(String value)
      Bank Identification Code
    • getIban

      public String 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

      public void setIban(String value)
      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

      public CustomerBankAccount withIban(String value)
      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.