UNPKG

@cfdi/complementos

Version:

Libreria para generar complementos del cfdi V4.0

13 lines 354 B
export interface XmlPagoenespecie { _attributes: XmlPagoenespecieAttributes; } export interface XmlPagoenespecieAttributes { Version: string; CvePIC: string; FolioSolDon: string; PzaArtNombre: string; PzaArtTecn: string; PzaArtAProd: string; PzaArtDim: string; } //# sourceMappingURL=pagoenespecie.com.d.ts.map