toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'id': id,
'tefCodPayment': tefCodPayment,
'tefDescPayment': tefDescPayment,
'tefInstitution': tefInstitution,
'tefCodInstitution': tefCodInstitution,
'tefCardType': tefCardType,
'binCard': binCard,
'tefDigitalWalletId': tefDigitalWalletId,
'tefDigitalWalletType': tefDigitalWalletType,
'tefDigitalWalletName': tefDigitalWalletName,
'tefNSUSitef': tefNSUSitef,
'tefNSUAuthorizing': tefNSUAuthorizing,
'tefCodAuthorization': tefCodAuthorization,
'establishmentReceipt': establishmentReceipt,
'customerReceipt': customerReceipt,
'transactionConfirmation': transactionConfirmation,
'couponModality': couponModality,
'transactionDateTime': transactionDateTime,
'cancellationMode': cancellationMode,
'amountToPay': amountToPay,
'amountReceived': amountReceived,
'returnValue': returnValue,
'paymentAmount': paymentAmount,
'codCancellationMode': codCancellationMode,
'resultCode': resultCode,
'compDadosConf': compDadosConf,
'codTrans': codTrans,
'redeAut': redeAut,
'codResposta': codResposta,
'typeFields': typeFields,
'codDocumentCancelled': codDocumentCancelled,
'amountCancelled': amountCancelled,
'cardNumber': cardNumber,
'cardNumberLast': cardNumberLast,
};
}