terminalId property

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

The terminal ID used in a point-of-sale payment. Example: 06022622

Implementation

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