CreditNoteTaxAmount constructor
const
CreditNoteTaxAmount({
- required int amount,
- required bool inclusive,
- required TaxRateOrId taxRate,
- CreditNoteTaxAmountTaxabilityReason? taxabilityReason,
- int? taxableAmount,
CreditNoteTaxAmount
Implementation
const CreditNoteTaxAmount({
required this.amount,
required this.inclusive,
required this.taxRate,
this.taxabilityReason,
this.taxableAmount,
});