Skip to content

verifactu-sdk API


verifactu-sdk API / InvoiceType

Type Alias: InvoiceType

InvoiceType = "F1" | "F2" | "F3" | "R1" | "R2" | "R3" | "R4" | "R5"

Defined in: src/types.ts:22

AEAT-defined invoice-type codes (list L4 / ClaveTipoFacturaType).

The values are kept verbatim from the AEAT XSD because they are wire-format identifiers that the AEAT validates as exact strings.

Released under the MIT license.