UNPKG

@cfdi/complementos

Version:

Libreria para generar complementos del cfdi V4.0

9 lines 531 B
import { XmlAerolineas, XmlAerolineasAttributes, XmlAerolineasCargoAttributes, XmlAerolineasOtrosCargosAttributes } from './type/aerolineas.xslt'; import { Complemento } from '../../Complemento'; export declare class Aerolineas extends Complemento<XmlAerolineas> { complemento: XmlAerolineas; constructor(attributes: XmlAerolineasAttributes); OtrosCargos(attributes: XmlAerolineasOtrosCargosAttributes): void; Cargo(attributes: XmlAerolineasCargoAttributes): void; } //# sourceMappingURL=Aerolineas.d.ts.map