shopperStatement property

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

The text to be shown on the shopper's bank statement. We recommend sending a maximum of 22 characters, otherwise banks might truncate the string. Allowed characters: a-z, A-Z, 0-9, spaces, and special characters . , ' _ - ? + * /_.

Implementation

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