InvoicePlan constructor

const InvoicePlan({
  1. required int count,
})

installment_plan

The selected installment plan to use for this invoice.

Implementation

const InvoicePlan({required this.count});