@cfdi/complementos
Version:
Libreria para generar complementos del cfdi V4.0
9 lines • 528 B
TypeScript
import { XmlSustitVehicular, XmlVehNueEnaFabAlPermAttributes, XmlVehicularAttributes, XmlVehiculoUsaEnajPermAlFabAttributes } from '../../types/complements';
export declare class SustitVehicular {
private sustitVehicular;
constructor(attributes: XmlVehicularAttributes);
VehiculoUsado(attributes: XmlVehiculoUsaEnajPermAlFabAttributes): void;
VehiculoNuvoSem(attributes: XmlVehNueEnaFabAlPermAttributes): void;
getSustitVehicular(): XmlSustitVehicular;
}
//# sourceMappingURL=SustitVehicular.d.ts.map