TNEntityTariffElement
@objcMembers
open class TNEntityTariffElement : NSObject, Codable
Undocumented
-
List of price components that describe the pricing of a tariff.
Declaration
Swift
public var priceComponents: [TNEntityPriceComponent]?
-
Restrictions that describe the applicability of a tariff.
Declaration
Swift
public var restrictions: TNEntityTariffRestrictions?