UNPKG

facturajs

Version:

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

7 lines (6 loc) • 134 B
import { Auth } from './Auth'; export interface FeParamGetCotizacion1 { Auth?: Auth; MonId?: string; FchCotiz?: string; }