industryCode property

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

A code that represents the industry of your legal entity. For example, 4431A for computer software stores.

Implementation

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