storeName property

  1. @BuiltValueField.new(wireName: r'storeName')
String? get storeName

The name of the account holder's store. This value is shown in shopper statements. * Length: Between 3 to 22 characters * The following characters are not supported: :;}{$#@!|<>%^*+=\\ Note: storeName does not appear in American Express shopper statements by default. Contact Adyen Support to enable this for American Express.

Implementation

@BuiltValueField(wireName: r'storeName')
String? get storeName;