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
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