UNPKG

node-dfe

Version:

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

7 lines (6 loc) 249 B
import { ServicosSefaz } from '../interface/nfe'; export declare abstract class SefazNFCe { private static getAutorizadorByUF; private static getInfoQRCodeByUF; static getSoapInfo(uf: string, amb: string, servico: ServicosSefaz): any; }