unitPrice property

  1. @BuiltValueField.new(wireName: r'unitPrice')
int? get unitPrice

The unit price, in minor units. * For example, 2000 means USD 20.00. * Encoding: Numeric * Max value: 10000000000

Implementation

@BuiltValueField(wireName: r'unitPrice')
int? get unitPrice;