@cfdi/complementos
Version:
Libreria para generar complementos del cfdi V4.0
16 lines • 439 B
TypeScript
export interface XmlLeyendasFiscales {
_attributes: XmlLeyFisAttributes;
'leyendasFisc:Leyenda': XmlLeyenda[];
}
export interface XmlLeyFisAttributes {
version: string;
}
export interface XmlLeyenda {
_attributes: XmlLeyendaAttributes;
}
export interface XmlLeyendaAttributes {
disposicionFiscal?: string;
norma?: string;
textoLeyenda: string;
}
//# sourceMappingURL=leyendasFiscales.com.d.ts.map