getNfe method
Implementation
NFE getNfe() {
return NFE(
estabelecimento: getEstabelecimento(),
nfeChave: getNfeChave(),
dataEmissao: getDataEmissao(),
valorTotal: getValorTotal(),
valorDesconto: getValorDesconto(),
formasPagamento: getFormasPagamento(),
valorPago: getValorPago(),
items: getItems(),
valorTributos: getValorTributos(),
);
}