LastPaymentDetails class
The details of the last payment.
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
- LastPaymentDetails({String? status, Money? amount, String? time})
-
const
-
LastPaymentDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → Money?
-
The last payment amount.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The status of the captured payment.
final
- time → String?
-
The date and time when the last payment was made, in
Internet date and time format
final
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited