merchantTaxId property

String get merchantTaxId

Retrieves the merchant tax ID from the additional data.

This getter returns the value associated with the tag '10', which is the merchant_tax_id field in the QRIS data. If no value is found, it returns an empty string ('').

Implementation

String get merchantTaxId =>
    _getDecodedAdditionalData.getValueByTag('10') ?? '';