companyId property

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

The unique identifier of the company account to which the terminal is reassigned.

Implementation

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