TefTransactionModel constructor
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,
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,
});