Payments class

Constructors

Payments({String? paymentDate, num? paymentAmount, num? appliedPrincipal, num? appliedInterest, num? appliedFees, String? paymentType})
Payments.fromJson(dynamic json)

Properties

appliedFees num?
no setter
appliedInterest num?
no setter
appliedPrincipal num?
no setter
hashCode int
The hash code for this object.
no setterinherited
paymentAmount num?
no setter
paymentDate String?
no setter
paymentType String?
no setter
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