UNPKG

@cfdi/complementos

Version:

Libreria para generar complementos del cfdi V4.0

12 lines 593 B
import { XmlEroDocRelaAttributes, XmlGcehErogacion, XmlGcehErogacionAttributes } from '../../../types/complements/hidrocarburos/gceh/gceh.com'; import { Actividades } from './Actividades.gceh'; import { CentroCostos } from './CentroCostos.gceh'; export declare class Erogacion { private erogacion; constructor(data: XmlGcehErogacionAttributes); documentoRelacionado(data: XmlEroDocRelaAttributes): void; actividad(act: Actividades): void; centroCostos(cen: CentroCostos): void; getErogacion(): XmlGcehErogacion; } //# sourceMappingURL=Erogacion.gceh.d.ts.map