storeId property

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

The unique identifier of the store to which terminal is assigned.

Implementation

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