merchantPrincipalMastercard property

String get merchantPrincipalMastercard

The merchant's principal Mastercard information from Tag "03".

Represents the Mastercard network's merchant ID, or an empty string if not available.

Implementation

String get merchantPrincipalMastercard =>
    tlv.getValueByTag(QrisMpmTags.merchantPrincipalMastercard.id) ?? '';