UNPKG

facturacionelectronicapy-ts-xmlgen

Version:

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

26 lines (25 loc) • 963 B
import Table from '../helpers/Table'; export declare enum TradingCondition { COSTO_Y_FLETE = "CFR", COSTO__SEGURO_Y_FLETE = "CIF", TRANSPORTE_Y_SEGURO_PAGADOS_HASTA = "CIP", TRANSPORTE_PAGADO_HASTA = "CPT", ENTREGADA_EN_LUGAR_CONVENIDO = "DAP", ENTREGADA_EN_TERMINAL = "DAT", ENTREGADA_DERECHOS_PAGADOS = "DDP", EN_FABRICA = "EXW", FRANCO_AL_COSTADO_DEL_BUQUE = "FAS", FRANCO_TRANSPORTISTA = "FCA", FRANCO_A_BORDO = "FOB" } declare const _default: Table<{ 0: ["_id", `${TradingCondition}`]; 1: ["description", string]; }, { 0: "CFR" | "CIF" | "CIP" | "CPT" | "DAP" | "DAT" | "DDP" | "EXW" | "FAS" | "FCA" | "FOB"; 1: string; }, "CFR" | "CIF" | "CIP" | "CPT" | "DAP" | "DAT" | "DDP" | "EXW" | "FAS" | "FCA" | "FOB", Required<{ description?: string | undefined; _id?: "CFR" | "CIF" | "CIP" | "CPT" | "DAP" | "DAT" | "DDP" | "EXW" | "FAS" | "FCA" | "FOB" | undefined; }>>; export default _default;