StoneTransactionModel class

Constructors

StoneTransactionModel({required String? actionCode, required String? aid, required String? amount, required String? arcq, required String? cardBrand, required String? cardHolderNumber, required String? date, required String? entryMode, required int? idFromBase, required int? isBuildResponse, required String? manufacture, required int? result, required String? saleAffiliationKey, required String? serialNumber, required String? time, required String? transactionReference, required String? typeOfTransactionEnum, required String? errorMessage, required String? method, required String? transactionStatus, required String? messageFromAuthorize, required String? message, required String? authorizationCode, required String? actionResultMessage})
StoneTransactionModel.fromJson(String source)
factory
StoneTransactionModel.fromMap(Map<String, dynamic> map)
factory
StoneTransactionModel.toError(String message)
factory

Properties

actionCode String?
final
actionResultMessage String?
final
aid String?
final
amount String?
final
arcq String?
final
authorizationCode String?
final
cardBrand String?
final
cardHolderNumber String?
final
date String?
final
entryMode String?
final
errorMessage String?
final
hashCode int
The hash code for this object.
no setteroverride
idFromBase int?
final
isBuildResponse int?
final
manufacture String?
final
message String?
final
messageFromAuthorize String?
final
method String?
final
result int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saleAffiliationKey String?
final
serialNumber String?
final
time String?
final
transactionReference String?
final
transactionStatus String?
final
typeOfTransactionEnum String?
final

Methods

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

Operators

operator ==(covariant StoneTransactionModel other) bool
The equality operator.
override