shopperStatement property

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

The store name to be shown on the shopper's bank or credit card statement and on the shopper receipt. Maximum length: 22 characters; can't be all numbers.

Implementation

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