Skip to main content

EnergyContractType

The EnergyContractType type represents the type of energy contract. This is used to specify the type of contract. In the dutch market, this is either a fixed, variable or dynamic contract. We only support fixed and dynamic contracts.

enum EnergyContractType {
FIXED
DYNAMIC
}

Values

EnergyContractType.FIXED

A fixed contract is a contract where the user pays a fixed price per kWh.

EnergyContractType.DYNAMIC

A dynamic contract is a contract where the user pays the spot price per kWh.

Member Of

Contract object