ConsumptionCostOverview
A ConsumptionCostOverview is a 'Verbruikskostenoverzicht (VKO)', which is a term for a document that contains the costs of energy usage. This document contains the total costs of energy usage, and the date is the month from which the consumption Cost Overview took place.
type ConsumptionCostOverview implements Node {
id: UUID!
date: Time!
document: Asset!
}
Fields
ConsumptionCostOverview.id ● UUID! non-null scalar
The unique identifier of the ConsumptionCostOverview.
ConsumptionCostOverview.date ● Time! non-null scalar
The date of the ConsumptionCostOverview. An ConsumptionCostOverview is alays for a month.
ConsumptionCostOverview.document ● Asset! non-null object
The pdf representation of the ConsumptionCostOverview.
Interfaces
Node interface
An object with a Globally Unique ID
Member Of
ConsumptionCostOverviewEdge object