class Cmxl::Fields::AccountIdentification

Public Instance Methods

iban() click to toggle source
# File lib/cmxl/fields/account_identification.rb, line 7
def iban
  "#{country}#{ban}"
end