Class BankAccountIban

java.lang.Object
com.onlinepayments.domain.BankAccountIban

public class BankAccountIban extends Object
  • Constructor Details

    • BankAccountIban

      public BankAccountIban()
  • Method Details

    • 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. Required for the creation of a Payout Required for Create and Update token. Required for Create mandate and Create payment with mandate calls.
    • 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. Required for the creation of a Payout Required for Create and Update token. Required for Create mandate and Create payment with mandate calls.
    • withIban

      public BankAccountIban 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. Required for the creation of a Payout Required for Create and Update token. Required for Create mandate and Create payment with mandate calls.