store property

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

Identifier of the store processing the transaction.

Implementation

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