InvoicePlan constructor
const
InvoicePlan({
- required int count,
installment_plan
The selected installment plan to use for this invoice.
Implementation
const InvoicePlan({required this.count});
installment_plan
The selected installment plan to use for this invoice.
const InvoicePlan({required this.count});