Class SavingsOverTime
Financial information that's shared between different financing methods.
Implements
Inherited Members
Namespace: Google.Apis.Solar.v1.Data
Assembly: Google.Apis.Solar.v1.dll
Syntax
public class SavingsOverTime : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FinanciallyViable
Indicates whether this scenario is financially viable. Will be false for scenarios with poor financial viability (e.g., money-losing).
Declaration
[JsonProperty("financiallyViable")]
public virtual bool? FinanciallyViable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PresentValueOfSavingsLifetime
Using the assumed discount rate, what is the present value of the cumulative lifetime savings?
Declaration
[JsonProperty("presentValueOfSavingsLifetime")]
public virtual Money PresentValueOfSavingsLifetime { get; set; }
Property Value
Type | Description |
---|---|
Money |
PresentValueOfSavingsYear20
Using the assumed discount rate, what is the present value of the cumulative 20-year savings?
Declaration
[JsonProperty("presentValueOfSavingsYear20")]
public virtual Money PresentValueOfSavingsYear20 { get; set; }
Property Value
Type | Description |
---|---|
Money |
SavingsLifetime
Savings in the entire panel lifetime.
Declaration
[JsonProperty("savingsLifetime")]
public virtual Money SavingsLifetime { get; set; }
Property Value
Type | Description |
---|---|
Money |
SavingsYear1
Savings in the first year after panel installation.
Declaration
[JsonProperty("savingsYear1")]
public virtual Money SavingsYear1 { get; set; }
Property Value
Type | Description |
---|---|
Money |
SavingsYear20
Savings in the first twenty years after panel installation.
Declaration
[JsonProperty("savingsYear20")]
public virtual Money SavingsYear20 { get; set; }
Property Value
Type | Description |
---|---|
Money |