store property

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

The store code of the store. With this parameter, the response only includes the terminals assigned to the specified store.

Implementation

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