Table of Contents

Class LeasingSavings

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

Cost and savings of leasing the solar installation.

public sealed class LeasingSavings
Inheritance
LeasingSavings
Inherited Members

Properties

AnnualLeasingCost

Estimated annual leasing cost.

[JsonPropertyName("annualLeasingCost")]
public Money? AnnualLeasingCost { get; set; }

Property Value

Money

LeasesAllowed

Whether leasing is allowed in this jurisdiction.

[JsonPropertyName("leasesAllowed")]
public bool LeasesAllowed { get; set; }

Property Value

bool

LeasesSupported

Whether leasing is supported by the Solar API for this region.

[JsonPropertyName("leasesSupported")]
public bool LeasesSupported { get; set; }

Property Value

bool

Savings

Savings over time achieved by leasing.

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

Property Value

SavingsOverTime