CreditNoteLinesItem constructor
const
CreditNoteLinesItem({})
credit_note_line_item_params
Implementation
const CreditNoteLinesItem({
this.amount,
this.description,
this.invoiceLineItem,
this.quantity,
this.taxAmounts,
this.taxRates,
required this.type,
this.unitAmount,
this.unitAmountDecimal,
});