Class FinancedPurchaseSavings
Cost and benefit of using a loan to buy 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 FinancedPurchaseSavings : IDirectResponseSchema
Properties
AnnualLoanPayment
Annual loan payments.
Declaration
[JsonProperty("annualLoanPayment")]
public virtual Money AnnualLoanPayment { 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 |
LoanInterestRate
The interest rate on loans assumed in this set of calculations.
Declaration
[JsonProperty("loanInterestRate")]
public virtual float? LoanInterestRate { get; set; }
Property Value
Type | Description |
---|---|
float? |
RebateValue
The value of all tax rebates (including Federal Investment Tax Credit (ITC)).
Declaration
[JsonProperty("rebateValue")]
public virtual Money RebateValue { get; set; }
Property Value
Type | Description |
---|---|
Money |
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 |