TefTransactionResponseMSitef class

Constructors

TefTransactionResponseMSitef({int id = 0, String tefCodPayment = '', String tefDescPayment = '', String tefInstitution = '', String tefCodInstitution = '', String tefCardType = '', String binCard = '', String tefDigitalWalletId = '', String tefDigitalWalletType = '', String tefDigitalWalletName = '', String tefNSUSitef = '', String tefNSUAuthorizing = '', String tefCodAuthorization = '', String establishmentReceipt = '', String customerReceipt = '', String transactionConfirmation = '', String couponModality = '', String transactionDateTime = '', String cancellationMode = '', String amountToPay = '', String amountReceived = '', String returnValue = '', String paymentAmount = '', String codCancellationMode = '', int resultCode = 99999, String compDadosConf = '', String codTrans = '', String redeAut = '', String codeDocumentCanceled = '', String cardholderName = '', String transactionAmount = '', String amountCancelled = '', String cardNumber = '', String cardNumberLast = '', String? errorTransaction, String? typeFields})
const
TefTransactionResponseMSitef.fromJson(String source)
factory
TefTransactionResponseMSitef.fromMap(Map<String, dynamic> map)
factory

Properties

amountCancelled String
final
amountReceived String
final
amountToPay String
final
binCard String
final
cancellationMode String
final
cardholderName String
final
cardNumber String
final
cardNumberLast String
final
codCancellationMode String
final
codeDocumentCanceled String
final
codTrans String
final
compDadosConf String
final
couponModality String
final
customerReceipt String
final
errorTransaction String?
final
establishmentReceipt String
final
hashCode int
The hash code for this object.
no setteroverride
id int
final
paymentAmount String
final
redeAut String
final
resultCode int
final
returnValue String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tefCardType String
final
tefCodAuthorization String
final
tefCodInstitution String
final
tefCodPayment String
final
tefDescPayment String
final
tefDigitalWalletId String
final
tefDigitalWalletName String
final
tefDigitalWalletType String
final
tefInstitution String
final
tefNSUAuthorizing String
final
tefNSUSitef String
final
transactionAmount String
final
transactionConfirmation String
final
transactionDateTime String
final
typeFields String?
final

Methods

copyWith({int? id, String? tefCodPayment, String? tefDescPayment, String? tefInstitution, String? tefCodInstitution, String? tefCardType, String? binCard, String? tefDigitalWalletId, String? tefDigitalWalletType, String? tefDigitalWalletName, String? tefNSUSitef, String? tefNSUAuthorizing, String? tefCodAuthorization, String? establishmentReceipt, String? customerReceipt, String? transactionConfirmation, String? couponModality, String? transactionDateTime, String? cancellationMode, String? amountToPay, String? amountReceived, String? returnValue, String? paymentAmount, String? codCancellationMode, int? resultCode, String? compDadosConf, String? codTrans, String? redeAut, String? codeDocumentCanceled, String? cardholderName, String? transactionAmount, String? amountCancelled, String? cardNumber, String? cardNumberLast, String? errorTransaction, String? typeFields}) TefTransactionResponseMSitef
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.
override

Operators

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