InvoiceThresholdReason constructor

const InvoiceThresholdReason({
  1. int? amountGte,
  2. required List<InvoiceItemThresholdReason> itemReasons,
})

InvoiceThresholdReason

Implementation

const InvoiceThresholdReason({
  this.amountGte,
  required this.itemReasons,
});