merchantInformationLocalized property

LocalizedMerchantInfo? merchantInformationLocalized
latefinal

The additional information about the merchant, represented in a preferred language preference.

Implementation

late final LocalizedMerchantInfo? merchantInformationLocalized = this[64] != null
    ? LocalizedMerchantInfo(this[64]!,)
    : null;