ownerAccountType method

IBANBuilder ownerAccountType(
  1. String ownerAccountType
)

Implementation

IBANBuilder ownerAccountType(String ownerAccountType) {
  _ownerAccountTypeValue = ownerAccountType;
  return this;
}