toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'actionCode': actionCode,
'aid': aid,
'amount': amount,
'arcq': arcq,
'cardBrand': cardBrand,
'cardHolderNumber': cardHolderNumber,
'date': date,
'entryMode': entryMode,
'idFromBase': idFromBase,
'isBuildResponse': isBuildResponse,
'manufacture': manufacture,
'result': result,
'saleAffiliationKey': saleAffiliationKey,
'serialNumber': serialNumber,
'time': time,
'transactionReference': transactionReference,
'typeOfTransactionEnum': typeOfTransactionEnum,
'errorMessage': errorMessage,
'method': method,
'transactionStatus': transactionStatus,
'messageFromAuthorize': messageFromAuthorize,
'message': message,
'authorizationCode': authorizationCode,
'actionResultMessage': actionResultMessage,
};
}