Table of Contents

Class FinancedPurchaseSavings

Namespace
GoogleMapsApi.Entities.Solar.Response
Assembly
GoogleMapsApi.dll

Cost and savings of buying the solar installation with a loan.

public sealed class FinancedPurchaseSavings
Inheritance
FinancedPurchaseSavings
Inherited Members

Properties

AnnualLoanPayment

Annual loan repayment amount.

[JsonPropertyName("annualLoanPayment")]
public Money? AnnualLoanPayment { get; set; }

Property Value

Money

LoanInterestRate

Loan annual percentage rate (APR) assumed, as a percentage.

[JsonPropertyName("loanInterestRate")]
public float LoanInterestRate { get; set; }

Property Value

float

RebateValue

Total value of rebates.

[JsonPropertyName("rebateValue")]
public Money? RebateValue { get; set; }

Property Value

Money

Savings

Savings over time achieved by a financed purchase.

[JsonPropertyName("savings")]
public SavingsOverTime? Savings { get; set; }

Property Value

SavingsOverTime