companyId property

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

The unique identifier of the company account this merchant belongs to

Implementation

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