falcotura-atv-sdk
Version:
Librería (SDK) de Javascript/NodeJS para acceder al API de Administración Tributaria Virtual (ATV) del Ministerio de Hacienda.
27 lines (26 loc) • 417 B
TypeScript
export declare const tipoDocumento: {
FE: {
code: string;
};
ND: {
code: string;
};
NC: {
code: string;
};
TE: {
code: string;
};
CCE: {
code: string;
msjReceptorCode: string;
};
CPCE: {
code: string;
msjReceptorCode: string;
};
RCE: {
code: string;
msjReceptorCode: string;
};
};