CreditNoteTaxAmountsItem constructor
const
CreditNoteTaxAmountsItem({})
tax_amount_with_tax_rate_param
Implementation
const CreditNoteTaxAmountsItem({
required this.amount,
required this.taxRate,
required this.taxableAmount,
});