transactionCurrency property

String? transactionCurrency

The Transaction Currency, conforms to ISO 4217, represented as 3 digits Numeric.

Should default to constant "360" to represent IDR currency (Indonesian). Reference: https://en.wikipedia.org/wiki/ISO_4217

Implementation

String? get transactionCurrency => this[53];