UNPKG

facturacionelectronicapy-ts-xmlgen

Version:

Genera el contenido del archivo XML del Documento electrónico exigido por la SET

26 lines (25 loc) • 726 B
import Table from '../helpers/Table'; export declare enum EDocumentType { FACTURA_ELECTRONICA = 1, FACTURA_ELECTRONICA_DE_EXPORTACION = 2, FACTURA_ELECTRONICA_DE_IMPORTACION = 3, AUTOFACTURA_ELECTRONICA = 4, NOTA_DE_CREDITO_ELECTRONICA = 5, NOTA_DE_DEBITO_ELECTRONICA = 6, NOTA_DE_REMISION_ELECTRONICA = 7, COMPROBANTE_DE_RETENCION_ELECTRONICO = 8 } declare const _default: Table<{ 0: ["_id", EDocumentType]; 1: ["description", string]; 2: ["state", number]; }, { 0: EDocumentType; 1: string; 2: number; }, EDocumentType, Required<{ description?: string | undefined; _id?: EDocumentType | undefined; state?: number | undefined; }>>; export default _default;