vatAmounts property

List<LineVatAmountDto>? vatAmounts
read / write

The invoice amounts for this line item divided according to tax rates. Different tax rates may be applied, e.g. if a compilation of products (menu) from meals and drinks and is sold "outside the home". Must be unique by the percentage.

Implementation

List<LineVatAmountDto>? vatAmounts;