Skip to content

Commit 82c172c

Browse files
committed
Bug fix in EnergyPlanContractV3
1 parent ea604dd commit 82c172c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

types/consumer-data-standards/energy/index.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4125,11 +4125,11 @@ export interface EnergyPlanContractV3 {
41254125
*/
41264126
additionalFeeInformation?: string | null;
41274127
controlledLoad?: EnergyPlanControlledLoadV2[];
4128-
discounts?: EnergyPlanDiscounts;
4129-
eligibility?: EnergyPlanEligibility;
4130-
fees?: EnergyPlanFees;
4131-
greenPowerCharges?: EnergyPlanGreenPowerCharges;
4132-
incentives?: EnergyPlanIncentives;
4128+
discounts?: EnergyPlanDiscounts[];
4129+
eligibility?: EnergyPlanEligibility[];
4130+
fees?: EnergyPlanFees[];
4131+
greenPowerCharges?: EnergyPlanGreenPowerCharges[];
4132+
incentives?: EnergyPlanIncentives[];
41334133
/**
41344134
* Describes intrinsic green power for the plan. If present then the plan includes a percentage of green power in the base plan. Should not be present for gas contracts
41354135
*/

0 commit comments

Comments
 (0)