inventoryTerminals property

  1. @BuiltValueField.new(wireName: r'inventoryTerminals')
BuiltList<String>? get inventoryTerminals

Array that returns a list of all terminals that are in the inventory of the company account.

Implementation

@BuiltValueField(wireName: r'inventoryTerminals')
BuiltList<String>? get inventoryTerminals;