TNEntityRate
@objcMembers
open class TNEntityRate : NSObject, Codable
Undocumented
-
Provides the price amount.
Declaration
Swift
public var amount: Double? -
The pricing currency.
Declaration
Swift
public var currency: String? -
The currency symbol.
Declaration
Swift
public var symbol: String? -
The unit measure associated with the amount.
Declaration
Swift
public var unit: Int?
TNEntityRate Class Reference