TNEntityTariffDimensionType
@objc
public enum TNEntityTariffDimensionType : Int, Codable, RawRepresentable
Undocumented
-
Defined in kWh, step_size multiplier: 1 Wh
Declaration
Swift
case energy
-
Flat fee without unit for step_size
Declaration
Swift
case flat
-
Time not charging: defined in hours, step_size multiplier: 1 second
Declaration
Swift
case parkingTime
-
Time charging: defined in hours, step_size multiplier: 1 second Can also be used in combination with a RESERVATION restriction to describe the price of the reservation time.
Declaration
Swift
case time
-
max
Declaration
Swift
case max
-
session_time
Declaration
Swift
case sessionTime
-
Undocumented
Declaration
Swift
case none
-
Declaration
Swift
public typealias RawValue = String
-
Declaration
Swift
public var rawValue: RawValue { get }
-
Declaration
Swift
public init?(rawValue: RawValue)