TefTransactionResponseMSitef constructor

const TefTransactionResponseMSitef({
  1. int id = 0,
  2. String tefCodPayment = '',
  3. String tefDescPayment = '',
  4. String tefInstitution = '',
  5. String tefCodInstitution = '',
  6. String tefCardType = '',
  7. String binCard = '',
  8. String tefDigitalWalletId = '',
  9. String tefDigitalWalletType = '',
  10. String tefDigitalWalletName = '',
  11. String tefNSUSitef = '',
  12. String tefNSUAuthorizing = '',
  13. String tefCodAuthorization = '',
  14. String establishmentReceipt = '',
  15. String customerReceipt = '',
  16. String transactionConfirmation = '',
  17. String couponModality = '',
  18. String transactionDateTime = '',
  19. String cancellationMode = '',
  20. String amountToPay = '',
  21. String amountReceived = '',
  22. String returnValue = '',
  23. String paymentAmount = '',
  24. String codCancellationMode = '',
  25. int resultCode = 99999,
  26. String compDadosConf = '',
  27. String codTrans = '',
  28. String redeAut = '',
  29. String codeDocumentCanceled = '',
  30. String cardholderName = '',
  31. String transactionAmount = '',
  32. String amountCancelled = '',
  33. String cardNumber = '',
  34. String cardNumberLast = '',
  35. String? errorTransaction,
  36. String? typeFields,
})

Implementation

const TefTransactionResponseMSitef({
  this.id = 0,
  this.tefCodPayment = '',
  this.tefDescPayment = '',
  this.tefInstitution = '',
  this.tefCodInstitution = '',
  this.tefCardType = '',
  this.binCard = '',
  this.tefDigitalWalletId = '',
  this.tefDigitalWalletType = '',
  this.tefDigitalWalletName = '',
  this.tefNSUSitef = '',
  this.tefNSUAuthorizing = '',
  this.tefCodAuthorization = '',
  this.establishmentReceipt = '',
  this.customerReceipt = '',
  this.transactionConfirmation = '',
  this.couponModality = '',
  this.transactionDateTime = '',
  this.cancellationMode = '',
  this.amountToPay = '',
  this.amountReceived = '',
  this.returnValue = '',
  this.paymentAmount = '',
  this.codCancellationMode = '',
  this.resultCode = 99999,
  this.compDadosConf = '',
  this.codTrans = '',
  this.redeAut = '',
  this.codeDocumentCanceled = '',
  this.cardholderName = '',
  this.transactionAmount = '',
  this.amountCancelled = '',
  this.cardNumber = '',
  this.cardNumberLast = '',
  this.errorTransaction,
  this.typeFields,
});