Skip to content

verifactu-sdk API


verifactu-sdk API / InvoiceId

Interface: InvoiceId

Defined in: src/types.ts:190

Triple identifying an invoice on the wire.

Dates use the public ISO form (YYYY-MM-DD); the wire mapper translates to the AEAT DD-MM-YYYY representation during serialisation.

Properties

issuerNif

issuerNif: string

Defined in: src/types.ts:192

NIF of the issuer (IDEmisorFactura).


seriesNumber

seriesNumber: string

Defined in: src/types.ts:194

Series + number string, 1–60 chars (NumSerieFactura).


issueDate

issueDate: string

Defined in: src/types.ts:196

Issue date in ISO YYYY-MM-DD form (FechaExpedicionFactura).

Released under the MIT license.