commodityCode property
The code that identifies the item in a standardized commodity coding scheme. There are different commodity coding schemes: * UNSPSC commodity codes * HS commodity codes * NAICS commodity codes * NAPCS commodity codes * Encoding: ASCII * Max length: 12 characters * Must not start with a space or be all spaces. * Must not be all zeros.
Implementation
@BuiltValueField(wireName: r'commodityCode')
String? get commodityCode;