productCode property
The product code. Must be a unique product code associated with the item or service. This can be your unique code for the item, or the manufacturer's product code. * Encoding: ASCII. * Max length: 12 characters
Implementation
@BuiltValueField(wireName: r'productCode')
String? get productCode;