PaymentPlan class

Defines a payment plan

Note that you are required to define at least one repeat or scheduled element

More information on how plans work

Constructors

PaymentPlan({PaymentAmount? amount, PaymentPlanRepeat? repeat, DateTime? scheduled})

Properties

amount PaymentAmount?
Amount used for the payment plan
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
repeat PaymentPlanRepeat?
Defines the repeat interval for the plan
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduled DateTime?
Defines a scheduled payment at a given date
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
validate() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited