PaymentPlan constructor
PaymentPlan({
- PaymentAmount? amount,
- PaymentPlanRepeat? repeat,
- DateTime? scheduled,
Implementation
PaymentPlan({
this.amount,
this.repeat,
this.scheduled,
});