TefTransactionModel constructor

TefTransactionModel({
  1. int? id,
  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,
  26. String? compDadosConf,
  27. String? codTrans,
  28. String? redeAut,
  29. String? codResposta,
  30. String? typeFields,
  31. String? codDocumentCancelled,
  32. String? amountCancelled,
  33. String? cardNumber,
  34. String? cardNumberLast,
})

Implementation

TefTransactionModel({
  this.id,
  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,
  this.compDadosConf,
  this.codTrans,
  this.redeAut,
  this.codResposta,
  this.typeFields,
  this.codDocumentCancelled,
  this.amountCancelled,
  this.cardNumber,
  this.cardNumberLast,
});