store property

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

The unique identifier of the store that you want to process transactions for.

Implementation

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