PaymentResult class abstract

Annotations
  • @freezed

Constructors

PaymentResult(String result, [int? id, String? status, String? statusDetail, String? paymentMethodId, String? paymentTypeId, String? issuerId, int? installments, bool? captured, bool? liveMode, String? operationType, String? transactionAmount, String? errorMessage])
const
factory
PaymentResult.fromJson(Map<String, dynamic> json)
factory

Properties

captured bool?
no setterinherited
copyWith → $PaymentResultCopyWith<PaymentResult>
no setterinherited
errorMessage String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int?
no setterinherited
installments int?
no setterinherited
issuerId String?
no setterinherited
liveMode bool?
no setterinherited
operationType String?
no setterinherited
paymentMethodId String?
no setterinherited
paymentTypeId String?
no setterinherited
result String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
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