Sha256: 77c8d43a1e7049b3c04a0586689ae591d790446bf8bac44fb7a71a9a18feb224
Contents?: true
Size: 896 Bytes
Versions: 1
Compression:
Stored size: 896 Bytes
Contents
module MT940Structured::Parsers::Ing module Types def human_readable_type(type) ING_MAPPING[type.strip] || type.strip end ING_MAPPING = {} ING_MAPPING["AC"]= "Acceptgiro" ING_MAPPING["BA"]= "Betaalautomaattransactie" ING_MAPPING["CH"]= "Cheque" ING_MAPPING["DV"]= "Diversen" ING_MAPPING["FL"]= "Filiaalboeking, concernboeking" ING_MAPPING["GF"]= "Telefonisch bankieren" ING_MAPPING["GM"]= "Geldautomaat" ING_MAPPING["GT"]= "Internetbankieren" ING_MAPPING["IC"]= "Incasso" ING_MAPPING["OV"]= "Overschrijving" ING_MAPPING["PK"]= "Opname kantoor" ING_MAPPING["PO"]= "Periodieke overschrijving" ING_MAPPING["ST"]= "ST Storting (eigen rekening of derde)" ING_MAPPING["VZ"]= "Verzamelbetaling" ING_MAPPING["Code"]= "Toelichting" ING_MAPPING["CHK"]= "Cheque" ING_MAPPING["TRF"]= "Overboeking buitenland" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilverline-mt940-2.0 | lib/mt940_structured/parsers/ing/types.rb |