informations property
Map<int, MerchantInformation>
get
informations
Formats and retrieves specific Merchant Information tags (26, 27, 50, 51).
This method retrieves and formats the merchant information from specific tags (26
, 27
, 50
, 51
).
It returns a map containing only the relevant merchant information from these tags.
Returns:
- A map containing the merchant information, grouped by the corresponding tag.
Implementation
Map<int, MerchantInformation> get informations =>
_formatMerchantInformationToObjects();