store property

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

The store code of the store that you want to assign the terminals to.

Implementation

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