freightAmount property

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

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

Implementation

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