ProductType
No description
enum ProductType {
ADDITIONAL
ELECTRICITY_PRODUCTION
ELECTRICITY_USAGE
GAS_USAGE
}
Values
ProductType.ADDITIONAL
The product type is additional.
ProductType.ELECTRICITY_PRODUCTION
The product type is electricity production.
ProductType.ELECTRICITY_USAGE
The product type is electricity usage.
ProductType.GAS_USAGE
The product type is gas usage.
Member Of
CalculatedProduct object