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