Skip to content

verifactu-sdk API


verifactu-sdk API / QueryResultPage

Interface: QueryResultPage

Defined in: src/types.ts:424

One page of query results (RespuestaConsultaFactuSistemaFacturacion).

Properties

records

records: readonly object[]

Defined in: src/types.ts:426

Records in the current page.


nextCursor?

optional nextCursor?: InvoiceId

Defined in: src/types.ts:435

Cursor to obtain the next page, or undefined when no more pages exist.

Released under the MIT license.