ContractStatus
category *
enum
There are three distinct status categories as follows:
"PROCESSING": the contract activation is in progress.
"ACTIVE": the contract is activated. The electricity is being delivered to the customer property.
"NOT_ACTIVE": the contract is not active. The electricity is not being delivered to the customer property.
state *
enum
Each of the categories above also includes a specific state as follows: If the category is "PROCESSING":
"REGISTERED": starting the process.
"SENT_TO_GRID_OWNER": contacting the network owner.
"SENT_TO_SUPPLIER": contacting the current supplier.
"CONFIRMED": finalising the process.
"DECLINED": stoping the process due to an issue.
"CANCELLATION_REGISTERED": starting the cancelation process.
"MOVE_OUT_REGISTERED": starting the move out process.
If the category is "ACTIVE":
"COMPLETED": delivering electricity to the customer.
If the category is "NOT_ACTIVE":
"CANCELED": not delivering electricity to the customer.
info
string
Detail information in regards to contract status.
Last updated