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
LoanInterestRate
Loan annual percentage rate (APR) assumed, as a percentage.
[JsonPropertyName("loanInterestRate")]
public float LoanInterestRate { get; set; }
Property Value
RebateValue
Total value of rebates.
[JsonPropertyName("rebateValue")]
public Money? RebateValue { get; set; }
Property Value
Savings
Savings over time achieved by a financed purchase.
[JsonPropertyName("savings")]
public SavingsOverTime? Savings { get; set; }