localizedShopperStatement property

  1. @BuiltValueField.new(wireName: r'localizedShopperStatement')
BuiltMap<String, String>? get localizedShopperStatement

The localizedShopperStatement field lets you use dynamic values for your shopper statement in a local character set. If this parameter is left empty, not provided, or not applicable (in case of cross-border transactions), then shopperStatement is used. Currently, localizedShopperStatement is only supported for payments with Visa, Mastercard, JCB, Diners, and Discover. Supported characters: Hiragana, Katakana, Kanji, and alphanumeric.

Implementation

@BuiltValueField(wireName: r'localizedShopperStatement')
BuiltMap<String, String>? get localizedShopperStatement;