FailedPaymentDetails class
Failed payment details.
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
- FailedPaymentDetails({required Money amount, required String time, FailedPaymentReason? reasonCode, String? nextPaymentRetryTime})
-
const
-
FailedPaymentDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → Money
-
The failed payment amount.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPaymentRetryTime → String?
-
The time when the retry attempt for the failed payment occurs, in
Internet date and time format
final
- reasonCode → FailedPaymentReason?
-
The reason code for the payment failure.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time → String
-
The date and time when the failed 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