CreditNoteRequest constructor
const
CreditNoteRequest({})
Implementation
const CreditNoteRequest({
required this.idempotencyKey,
required this.invoiceId,
required this.reason,
required this.items,
this.note,
});