UNPKG

falcotura-atv-sdk

Version:

Librería (SDK) de Javascript/NodeJS para acceder al API de Administración Tributaria Virtual (ATV) del Ministerio de Hacienda.

14 lines (13 loc) 365 B
type ReceptorConsecutiveProps = { branch: string; terminal: string; documentType: '05' | '06' | '07'; consecutive: string; }; export declare class ReceptorConsecutive { private props; constructor(props: ReceptorConsecutiveProps); get value(): string; static create(props: ReceptorConsecutiveProps): ReceptorConsecutive; } export {};