Skip to content

verifactu-sdk API


verifactu-sdk API / VerifactuErrorInvoiceId

Interface: VerifactuErrorInvoiceId

Defined in: src/errors/VerifactuError.ts:36

Identifier triple of the invoice the error refers to.

Provided whenever the error can be attributed to a specific invoice line, which lets the CLI and integration layer correlate it with the originating record.

Properties

issuerNif

readonly issuerNif: string

Defined in: src/errors/VerifactuError.ts:38

NIF of the invoice issuer.


seriesNumber

readonly seriesNumber: string

Defined in: src/errors/VerifactuError.ts:40

Series + number string.


issueDate

readonly issueDate: string

Defined in: src/errors/VerifactuError.ts:42

Issue date in ISO YYYY-MM-DD form.

Released under the MIT license.