TransactionData class

Constructors

TransactionData({String? billingData, double? amount, List<String>? externalActionMessage, String? amountCurrency, String? id, String? methodName, String? method, String? createdDate, String? status, String? customFields, String? providerTransactionFields, String? customFormAnswers})
TransactionData.fromJson(dynamic data)
factory

Properties

amount double?
final
amountCurrency String?
final
billingData String?
final
createdDate String?
final
customFields String?
final
customFormAnswers String?
final
externalActionMessage List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
method String?
final
methodName String?
final
providerTransactionFields String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final

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