store property

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

The physical store, for which this payment is processed.

Implementation

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