Table of Contents

Class FinancialDetails

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

Financial details shared across all financing options for a given panel configuration.

public sealed class FinancialDetails
Inheritance
FinancialDetails
Inherited Members

Properties

CostOfElectricityWithoutSolar

Total cost of electricity over the lifetime if no solar were installed.

[JsonPropertyName("costOfElectricityWithoutSolar")]
public Money? CostOfElectricityWithoutSolar { get; set; }

Property Value

Money

FederalIncentive

Amount of federal tax incentive available.

[JsonPropertyName("federalIncentive")]
public Money? FederalIncentive { get; set; }

Property Value

Money

InitialAcKwhPerYear

Annual AC energy produced in the first year of operation, in kWh.

[JsonPropertyName("initialAcKwhPerYear")]
public float InitialAcKwhPerYear { get; set; }

Property Value

float

LifetimeSrecTotal

Total value of all Solar Renewable Energy Credits over the lifetime.

[JsonPropertyName("lifetimeSrecTotal")]
public Money? LifetimeSrecTotal { get; set; }

Property Value

Money

NetMeteringAllowed

Whether net metering is allowed.

[JsonPropertyName("netMeteringAllowed")]
public bool NetMeteringAllowed { get; set; }

Property Value

bool

PercentageExportedToGrid

Percentage (0–100) of solar production exported to the grid.

[JsonPropertyName("percentageExportedToGrid")]
public float PercentageExportedToGrid { get; set; }

Property Value

float

RemainingLifetimeUtilityBill

Utility bill still owed over the installation's lifetime, after solar.

[JsonPropertyName("remainingLifetimeUtilityBill")]
public Money? RemainingLifetimeUtilityBill { get; set; }

Property Value

Money

SolarPercentage

Percentage (0–100) of the consumer's energy use that solar supplies.

[JsonPropertyName("solarPercentage")]
public float SolarPercentage { get; set; }

Property Value

float

StateIncentive

Amount of state tax incentive available.

[JsonPropertyName("stateIncentive")]
public Money? StateIncentive { get; set; }

Property Value

Money

UtilityIncentive

Amount of utility incentive available.

[JsonPropertyName("utilityIncentive")]
public Money? UtilityIncentive { get; set; }

Property Value

Money