InvoiceThresholdReason constructor
const
InvoiceThresholdReason({
- int? amountGte,
- required List<
InvoiceItemThresholdReason> itemReasons,
InvoiceThresholdReason
Implementation
const InvoiceThresholdReason({
this.amountGte,
required this.itemReasons,
});