Table of Contents

Class CashPurchaseSavings

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

Cost and savings of buying the solar installation outright with cash.

public sealed class CashPurchaseSavings
Inheritance
CashPurchaseSavings
Inherited Members

Properties

OutOfPocketCost

Out-of-pocket cost before incentives.

[JsonPropertyName("outOfPocketCost")]
public Money? OutOfPocketCost { get; set; }

Property Value

Money

PaybackYears

Number of years until the installation pays for itself.

[JsonPropertyName("paybackYears")]
public float PaybackYears { 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 cash purchase.

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

Property Value

SavingsOverTime

UpfrontCost

Total upfront cost (out-of-pocket plus deferred incentives).

[JsonPropertyName("upfrontCost")]
public Money? UpfrontCost { get; set; }

Property Value

Money