This repository houses the interactions, consultations and work management to support the maintenance of baselined components of the Consumer Data Right API Standards and Information Security profile.
The EnergyPlanSolarFeedInTariff.tariffUType enumeration contains the incorrect values of GOVERNMENT and RETAILER. These values look to have been accidentally copied down from the payerType enumeration.
Area Affected
This change will affect the EnergyPlanSolarFeedInTariff object returned by the Get Generic Plan Detail endpoint.
Change Proposed
The proposed change is for the current enumeration values to be removed and replaced with the correct values of singleTariff and timeVaryingTariffs.
Description
The
EnergyPlanSolarFeedInTariff.tariffUType
enumeration contains the incorrect values ofGOVERNMENT
andRETAILER
. These values look to have been accidentally copied down from thepayerType
enumeration.Area Affected
This change will affect the
EnergyPlanSolarFeedInTariff
object returned by theGet Generic Plan Detail
endpoint.Change Proposed
The proposed change is for the current enumeration values to be removed and replaced with the correct values of
singleTariff
andtimeVaryingTariffs
.