Table of Contents

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

bool

PresentValueOfSavingsLifetime

Present value of the lifetime savings.

[JsonPropertyName("presentValueOfSavingsLifetime")]
public Money? PresentValueOfSavingsLifetime { get; set; }

Property Value

Money

PresentValueOfSavingsYear20

Present value of the twenty-year savings.

[JsonPropertyName("presentValueOfSavingsYear20")]
public Money? PresentValueOfSavingsYear20 { get; set; }

Property Value

Money

SavingsLifetime

Total utility-bill savings over the installation's lifetime.

[JsonPropertyName("savingsLifetime")]
public Money? SavingsLifetime { get; set; }

Property Value

Money

SavingsYear1

Utility-bill savings in the first year.

[JsonPropertyName("savingsYear1")]
public Money? SavingsYear1 { get; set; }

Property Value

Money

SavingsYear20

Total utility-bill savings over the first twenty years.

[JsonPropertyName("savingsYear20")]
public Money? SavingsYear20 { get; set; }

Property Value

Money