shopperStatement property

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

The store name shown on the shopper's bank or credit card statement and on the shopper receipt.

Implementation

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