TNEntityEnergyMix

@objcMembers
open class TNEntityEnergyMix : NSObject, Codable

This type is used to specify the energy mix and environmental impact of the supplied energy at a location or in a tariff.

  • True if 100% from regenerative sources.

    Declaration

    Swift

    public var isGreenEnergy: Bool?
  • Key-value pairs (enum + percentage) of energy sources of this location’s tariff.

    Declaration

    Swift

    public var energySources: [TNEntityEnergySource]?
  • Key-value pairs (enum + percentage) of nuclear waste and CO2 exhaust of this location’s tariff.

    Declaration

    Swift

    public var environImpact: [TNEntityEnvironmentalImpact]?
  • Name of the energy supplier, delivering the energy for this location or tariff.*

    Declaration

    Swift

    public var supplierName: String?
  • Name of the energy suppliers product/tariff plan used at this location.*

    Declaration

    Swift

    public var energyProductName: String?