AffectedBillingEntryCount
Contains the count of invoices, performance reports and contracts that will be affected if a given care degree change takes place
type AffectedBillingEntryCount {
contractCount: Int!
invoiceCount: Int!
performanceReportCount: Int!
}
Fields
AffectedBillingEntryCount.contractCount ● Int! non-null scalar
Count of affected contracts
AffectedBillingEntryCount.invoiceCount ● Int! non-null scalar
Count of affected invoices
AffectedBillingEntryCount.performanceReportCount ● Int! non-null scalar
Count of affected performance reports
Returned By
affectedBillingEntryCount query
Member Of
CareDegree object