- getConfig(): Promise<{
data: {
configNfse: ConfigNFSe;
printShop: Printshop;
rpsNfse: number;
serieNfse: string;
};
errors: any[];
ids: null;
totalElements: null;
}>
-
Returns Promise<{
data: {
configNfse: ConfigNFSe;
printShop: Printshop;
rpsNfse: number;
serieNfse: string;
};
errors: any[];
ids: null;
totalElements: null;
}>
Function to get all sellers Função para retornar todos os vendedores
Example