UNPKG

facturajs

Version:

Comunicación con los web services de AFIP utilizando nodejs.

5 lines (4 loc) • 187 B
import { FeParamGetCotizacionResult } from './FeParamGetCotizacionResult'; export interface FeParamGetCotizacionResponse1 { FEParamGetCotizacionResult?: FeParamGetCotizacionResult; }