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?
optionalnextCursor?:InvoiceId
Defined in: src/types.ts:435
Cursor to obtain the next page, or undefined when no more pages exist.