Function getConfig

  • Function to get all sellers Função para retornar todos os vendedores

    Example

    await calcme.sellers.all();
    

    Returns Promise<{
        data: {
            configNfse: ConfigNFSe;
            printShop: Printshop;
            rpsNfse: number;
            serieNfse: string;
        };
        errors: any[];
        ids: null;
        totalElements: null;
    }>

Generated using TypeDoc