amountIncludingTax property

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

Item amount including the tax, in minor units.

Implementation

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