EntradaTransacao class

Annotations
  • @JsonSerializable()

Constructors

EntradaTransacao({required Operacoes operacao, required String identificadorTransacaoAutomacao, String codigoMoeda = "986", String? taxaEmbarque, String? taxaServico, String? valorTotal, String? nomeProvedor, String? documentoFiscal, String? estabelecimentoCNPJouCPF, String? numeroFatura, String? numeroTelefone, String? dadosAdicionaisAutomacao1, String? dadosAdicionaisAutomacao2, String? dadosAdicionaisAutomacao3, String? dadosAdicionaisAutomacao4, String? codigoAutorizacaoOriginal, String? nsuTransacaoOriginal, int numeroParcelas = 0, Cartoes? tipoCartao, Financiamentos? tipoFinanciamento, ModalidadesPagamento? modalidadePagamento, DateTime? dataPredatado, DateTime? dataHoraTransacaoOriginal})
EntradaTransacao.fromJson(Map<String, dynamic> json)
factory

Properties

codigoAutorizacaoOriginal String?
getter/setter pair
codigoMoeda String
getter/setter pair
dadosAdicionaisAutomacao1 String?
getter/setter pair
dadosAdicionaisAutomacao2 String?
getter/setter pair
dadosAdicionaisAutomacao3 String?
getter/setter pair
dadosAdicionaisAutomacao4 String?
getter/setter pair
dataHoraTransacaoOriginal DateTime?
getter/setter pair
dataPredatado DateTime?
getter/setter pair
documentoFiscal String?
getter/setter pair
estabelecimentoCNPJouCPF String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identificadorTransacaoAutomacao String
getter/setter pair
modalidadePagamento ModalidadesPagamento?
getter/setter pair
nomeProvedor String?
getter/setter pair
nsuTransacaoOriginal String?
getter/setter pair
numeroFatura String?
getter/setter pair
numeroParcelas int
getter/setter pair
numeroTelefone String?
getter/setter pair
operacao Operacoes
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxaEmbarque String?
getter/setter pair
taxaServico String?
getter/setter pair
tipoCartao Cartoes?
getter/setter pair
tipoFinanciamento Financiamentos?
getter/setter pair
valorTotal String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited