LineVatAmountDto constructor
Implementation
LineVatAmountDto({
required this.percentage,
required this.inclVat,
required this.exclVat,
required this.vat,
this.groupId,
});
LineVatAmountDto({
required this.percentage,
required this.inclVat,
required this.exclVat,
required this.vat,
this.groupId,
});