merchant property
Merchant
get
merchant
The merchant information parsed from the QRIS data.
Extracts the merchant information from the QRIS data based on the available tags:
- Single Merchant: Information extracted from either Tag 26 or Tag 51.
- Double Merchant: Information extracted from both Tag 26 and Tag 51 for multiple merchants. This is an instance of Merchant, which contains the relevant merchant details.
Implementation
Merchant get merchant => Merchant(tlvtoMap(tlv));