TefTransactionModel class

Constructors

TefTransactionModel({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? codResposta, String? typeFields, String? codDocumentCancelled, String? amountCancelled, String? cardNumber, String? cardNumberLast})
TefTransactionModel.fromJson(String source)
factory
TefTransactionModel.fromMap(Map<String, dynamic> map)
factory

Properties

amountCancelled String?
final
amountReceived String?
final
amountToPay String?
final
binCard String?
final
cancellationMode String?
final
cardNumber String?
final
cardNumberLast String?
final
codCancellationMode String?
final
codDocumentCancelled String?
final
codResposta String?
final
codTrans String?
final
compDadosConf String?
final
couponModality String?
final
customerReceipt 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
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? codResposta, String? typeFields, String? codDocumentCancelled, String? amountCancelled, String? cardNumber, String? cardNumberLast}) TefTransactionModel
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 TefTransactionModel other) bool
The equality operator.
override