Class FinancialDetails
- Namespace
- GoogleMapsApi.Entities.Solar.Response
- Assembly
- GoogleMapsApi.dll
Financial details shared across all financing options for a given panel configuration.
public sealed class FinancialDetails
- Inheritance
-
FinancialDetails
- Inherited Members
Properties
CostOfElectricityWithoutSolar
Total cost of electricity over the lifetime if no solar were installed.
[JsonPropertyName("costOfElectricityWithoutSolar")]
public Money? CostOfElectricityWithoutSolar { get; set; }
Property Value
FederalIncentive
Amount of federal tax incentive available.
[JsonPropertyName("federalIncentive")]
public Money? FederalIncentive { get; set; }
Property Value
InitialAcKwhPerYear
Annual AC energy produced in the first year of operation, in kWh.
[JsonPropertyName("initialAcKwhPerYear")]
public float InitialAcKwhPerYear { get; set; }
Property Value
LifetimeSrecTotal
Total value of all Solar Renewable Energy Credits over the lifetime.
[JsonPropertyName("lifetimeSrecTotal")]
public Money? LifetimeSrecTotal { get; set; }
Property Value
NetMeteringAllowed
Whether net metering is allowed.
[JsonPropertyName("netMeteringAllowed")]
public bool NetMeteringAllowed { get; set; }
Property Value
PercentageExportedToGrid
Percentage (0–100) of solar production exported to the grid.
[JsonPropertyName("percentageExportedToGrid")]
public float PercentageExportedToGrid { get; set; }
Property Value
RemainingLifetimeUtilityBill
Utility bill still owed over the installation's lifetime, after solar.
[JsonPropertyName("remainingLifetimeUtilityBill")]
public Money? RemainingLifetimeUtilityBill { get; set; }
Property Value
SolarPercentage
Percentage (0–100) of the consumer's energy use that solar supplies.
[JsonPropertyName("solarPercentage")]
public float SolarPercentage { get; set; }
Property Value
StateIncentive
Amount of state tax incentive available.
[JsonPropertyName("stateIncentive")]
public Money? StateIncentive { get; set; }
Property Value
UtilityIncentive
Amount of utility incentive available.
[JsonPropertyName("utilityIncentive")]
public Money? UtilityIncentive { get; set; }