Skip to content

verifactu-sdk API


verifactu-sdk API / RegisterInvoiceResponse

Interface: RegisterInvoiceResponse

Defined in: src/types.ts:392

Full submission response (RespuestaRegFactuSistemaFacturacion).

Properties

csv?

optional csv?: string

Defined in: src/types.ts:394

AEAT CSV (Código Seguro de Verificación). Omitted when the envelope is rejected.


waitSeconds

waitSeconds: number

Defined in: src/types.ts:396

Throttling delay (seconds) the SDK must respect before the next submission.


envelopeState

envelopeState: EnvelopeState

Defined in: src/types.ts:398

Global state of this submission (L18).


records

records: RegisterInvoiceRecordResult[]

Defined in: src/types.ts:400

Per-record outcomes.

Released under the MIT license.