merchantPrincipalVisa property

String get merchantPrincipalVisa

The merchant's principal VISA information from Tag "02".

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

Implementation

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