Interface EnvironmentalBenefitsResponse
-
- All Superinterfaces:
ApiResponse,DeepCopyable
- All Known Implementing Classes:
EnvironmentalBenefitsResponseImpl
public interface EnvironmentalBenefitsResponse extends ApiResponse
The API response for the estimated environmental benefits request
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentalBenefitsgetEnvBenefits()Get an estimate of site revenue-
Methods inherited from interface ninja.codingsolutions.solaredgeapiclient.models.ApiResponse
getSiteIds, setSiteIds
-
Methods inherited from interface ninja.codingsolutions.solaredgeapiclient.interfaces.DeepCopyable
deepCopy
-
-
-
-
Method Detail
-
getEnvBenefits
EnvironmentalBenefits getEnvBenefits()
Get an estimate of site revenue- Returns:
- {double} site revenue
-
-