UNPKG

facturajs

Version:

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

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