getNfe method

NFE getNfe()

Implementation

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