Class LeasingSavings
Cost and benefit of leasing a particular configuration of solar panels with a particular electricity usage.
Implements
Inherited Members
Namespace: Google.Apis.Solar.v1.Data
Assembly: Google.Apis.Solar.v1.dll
Syntax
public class LeasingSavings : IDirectResponseSchema
Properties
AnnualLeasingCost
Estimated annual leasing cost.
Declaration
[JsonProperty("annualLeasingCost")]
public virtual Money AnnualLeasingCost { get; set; }
Property Value
Type | Description |
---|---|
Money |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LeasesAllowed
Whether leases are allowed in this juristiction (leases are not allowed in some states). If this field is false, then the values in this message should probably be ignored.
Declaration
[JsonProperty("leasesAllowed")]
public virtual bool? LeasesAllowed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LeasesSupported
Whether leases are supported in this juristiction by the financial calculation engine. If this field is
false, then the values in this message should probably be ignored. This is independent of leases_allowed
:
in some areas leases are allowed, but under conditions that aren't handled by the financial models.
Declaration
[JsonProperty("leasesSupported")]
public virtual bool? LeasesSupported { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Savings
How much is saved (or not) over the lifetime period.
Declaration
[JsonProperty("savings")]
public virtual SavingsOverTime Savings { get; set; }
Property Value
Type | Description |
---|---|
SavingsOverTime |