currency property

ISO4217Currency get currency

The currency used in the transaction, extracted from Tag "53".

Returns an ISO4217Currency object based on the currency code from Tag "53". Defaults to the currency code '360' (Indonesian Rupiah).

Implementation

ISO4217Currency get currency =>
    ISO4217Currency.fromNumCodetoObject(tlv.getValueByTag('53') ?? '360');