accountType method

IBANBuilder accountType(
  1. String accountType
)

Implementation

IBANBuilder accountType(String accountType) {
  _accountTypeValue = accountType;
  return this;
}