vatAmounts property

List<DataVatAmountDto>? vatAmounts
read / write

Total amounts per tax rate - this corresponds to the amounts just as they are shown on the printed receipt. Must be unique by the percentage.

Implementation

List<DataVatAmountDto>? vatAmounts;