vatAmounts property

List<DiscountLineVatAmountDto>? vatAmounts
read / write

The invoice amounts for this line item divided according to tax rates. Different tax rates may be applied, e.g. if the discount is applied to multiple lines with different tax rates.

Implementation

List<DiscountLineVatAmountDto>? vatAmounts;