dutyAmount property

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

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

Implementation

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