terminalIds property
A list of unique IDs of the terminals to apply the action to. You can extract the IDs from the GET /terminals response. Maximum length: 100 IDs.
Implementation
@BuiltValueField(wireName: r'terminalIds')
BuiltList<String>? get terminalIds;