InstalmentBuilder class
Constructors
Properties
- charges ↔ num?
-
getter/setter pair
- cumulativeAmount ↔ num?
-
getter/setter pair
- firstAmount ↔ num?
-
getter/setter pair
- firstPaymentDate ↔ Date?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- instalmentType ↔ InstalmentType?
-
getter/setter pair
- period ↔ int?
-
getter/setter pair
- periodUnit ↔ PeriodUnit?
-
getter/setter pair
- planID ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequenceNumber ↔ int?
-
getter/setter pair
- totalNbOfPayments ↔ int?
-
getter/setter pair
Methods
-
build(
) → Instalment -
Builds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replace(
Instalment other) → void -
Replaces the value in the builder with a new one.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
void updates(InstalmentBuilder)?) → void -
Applies updates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited