open-nfse / NsuQueryResult
Interface: NsuQueryResult
Defined in: src/dfe/types.ts:54
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
alertas | readonly | ProcessingMessage[] | - | src/dfe/types.ts:57 |
dataHoraProcessamento | readonly | Date | - | src/dfe/types.ts:66 |
documentos | readonly | DistributedDocument[] | - | src/dfe/types.ts:56 |
erros | readonly | ProcessingMessage[] | - | src/dfe/types.ts:58 |
status | readonly | StatusDistribuicao | - | src/dfe/types.ts:55 |
tipoAmbiente | readonly | TipoAmbiente | - | src/dfe/types.ts:64 |
ultimoNsu | readonly | number | Cursor for the next page: max NSU across the returned batch, or the input NSU if the batch is empty. Feed this back as ultimoNsu on the next call. | src/dfe/types.ts:63 |
versaoAplicativo | readonly | string | - | src/dfe/types.ts:65 |