storeId property

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

The unique ID of the store. If present, all terminals in the terminalIds list must be assigned to this store.

Implementation

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