terminalId property

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

The unique ID of the terminal that the action applies to.

Implementation

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