GetCompanyStatsResult
Dados do Resultado do Status da Empresa
type GetCompanyStatsResult {
totalBillings: Int!
totalValue: Decimal!
receivedValue: Decimal!
overduePercentage: Decimal!
}
Fields
GetCompanyStatsResult.totalBillings
● Int!
non-null scalar
Quantidade Total de Cobranças
GetCompanyStatsResult.totalValue
● Decimal!
non-null scalar
Valor Total de Cobranças
GetCompanyStatsResult.receivedValue
● Decimal!
non-null scalar
Valor Total Recebido
GetCompanyStatsResult.overduePercentage
● Decimal!
non-null scalar
Percentual de Cobranças Inadimplentes
Returned By
companyStats
query