Class SavingsOverTime
- Namespace
- GoogleMapsApi.Entities.Solar.Response
- Assembly
- GoogleMapsApi.dll
Financial savings a solar installation yields over various time horizons.
public sealed class SavingsOverTime
- Inheritance
-
SavingsOverTime
- Inherited Members
Properties
FinanciallyViable
Whether the financing option is considered financially viable.
[JsonPropertyName("financiallyViable")]
public bool FinanciallyViable { get; set; }
Property Value
PresentValueOfSavingsLifetime
Present value of the lifetime savings.
[JsonPropertyName("presentValueOfSavingsLifetime")]
public Money? PresentValueOfSavingsLifetime { get; set; }
Property Value
PresentValueOfSavingsYear20
Present value of the twenty-year savings.
[JsonPropertyName("presentValueOfSavingsYear20")]
public Money? PresentValueOfSavingsYear20 { get; set; }
Property Value
SavingsLifetime
Total utility-bill savings over the installation's lifetime.
[JsonPropertyName("savingsLifetime")]
public Money? SavingsLifetime { get; set; }
Property Value
SavingsYear1
Utility-bill savings in the first year.
[JsonPropertyName("savingsYear1")]
public Money? SavingsYear1 { get; set; }
Property Value
SavingsYear20
Total utility-bill savings over the first twenty years.
[JsonPropertyName("savingsYear20")]
public Money? SavingsYear20 { get; set; }