TNEntityEvPrice
@objcMembers
open class TNEntityEvPrice : NSObject, Codable
Undocumented
-
Price per unit.
Declaration
Swift
public var amount: Double?
-
The currency for the amount.
Declaration
Swift
public var currency: String?
-
Day mask used if pricing varies based on day of week.
Declaration
Swift
public var dayMask: Int?
-
Cost of occupying the charging slot after charging completed.
Declaration
Swift
public var idleFee: Double?
-
The time period for which this pricing applies.
Declaration
Swift
public var period: TNEntityTimeRange?
-
Minimum cost or Session fee for using the charging service.
Declaration
Swift
public var serviceFee: Double?
-
Indicates if pricing is for General or Members-subscribed.
Declaration
Swift
public var subscriptionType: String?
-
The currency symbol.
Declaration
Swift
public var symbol: String?
-
Any additional free text description.
Declaration
Swift
public var text: String?
-
The tier upper bound value, for tier based pricing.
Declaration
Swift
public var tierEnd: Double?
-
The tier lower bound value, for tier based pricing.
Declaration
Swift
public var tierStart: Double?
-
Price unit for the related pricing type
Declaration
Swift
public var unit: Double?
-
The UnitType can be duration or power based.
Declaration
Swift
public var unitType: String?