CheckoutResult class

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
CheckoutResult.fromMap({required Map<String, dynamic> data})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
operationType String?
getter/setter pair
paymentMethodId String?
getter/setter pair
paymentTypeId String?
getter/setter pair
result String?
result can be 'done' or 'canceled'.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
status can be 'rejected','in_process' or 'approved'.
getter/setter pair
statusDetail String?
getter/setter pair
transactionAmount String?
getter/setter pair

Methods

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

Operators

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