CheckoutResult class

Annotations
  • @freezed

Constructors

CheckoutResult({String? result, int? id, String? status, String? statusDetail, String? paymentMethodId, String? paymentTypeId, String? operationType, String? transactionAmount})
CheckoutResult gets the result of the operation using the sdk
factory
CheckoutResult.fromJson(Map<String, dynamic> json)
factory that returns an instance of CheckoutResult
factory

Properties

copyWith → $CheckoutResultCopyWith<CheckoutResult>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int?
no setterinherited
operationType String?
no setterinherited
paymentMethodId String?
no setterinherited
paymentTypeId String?
no setterinherited
result String?
result can be 'done' or 'canceled'.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
status can be 'rejected','in_process' or 'approved'.
no setterinherited
statusDetail String?
no setterinherited
transactionAmount String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited