You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: