@cfdi/complementos
Version:
Libreria para generar complementos del cfdi V4.0
9 lines • 524 B
TypeScript
import { XmlRenovVehicular, XmlVehNueEnaFabAlPermAttributes, XmlVehicularAttributes, XmlVehiculosUsaEnajPermAlFabAttributes } from '../../types/complements';
export declare class RenovVehicular {
private renoVehicular;
constructor(attributes: XmlVehicularAttributes);
VehiculosUsados(attributes: XmlVehiculosUsaEnajPermAlFabAttributes): void;
VehiculoNuvoSem(attributes: XmlVehNueEnaFabAlPermAttributes): void;
getRenoVehicular(): XmlRenovVehicular;
}
//# sourceMappingURL=RenovVehicular.d.ts.map