Show / Hide Table of Contents

Class FinancedPurchaseSavings

Cost and benefit of using a loan to buy a particular configuration of solar panels with a particular electricity usage.

Inheritance
object
FinancedPurchaseSavings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX