UNPKG

node-dfe

Version:

Geração e integração de NF-e/NFC-e para node.js

7 lines (6 loc) 287 B
import { ServicosSefaz } from '../interface/nfe'; export declare abstract class SefazNFe { private static getAutorizadorContingenciaByUF; private static getAutorizadorByUF; static getSoapInfo(uf: string, amb: string, servico: ServicosSefaz, isContingencia?: boolean): any; }