Installment class
Details of a monthly installment payment offering.
Learn more about installments.
Constructors
- Installment({Price? amount, String? creditType, Price? downpayment, String? months})
- Installment.fromJson(Map json_)
Properties
- amount ↔ Price?
-
The amount the buyer has to pay per month.
getter/setter pair
- creditType ↔ String?
-
Type of installment payments.
getter/setter pair
- downpayment ↔ Price?
-
The initial down payment amount the buyer has to pay.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- months ↔ String?
-
The number of installments the buyer has to pay.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited