ApiPrice
public struct ApiPrice : Equatable, Codable
Price to be displayed to the user
-
The currency in which the price is stated (3-character alphabetic code defined by ISO 4217)
Declaration
Swift
public let displayPrice: Double -
The amount in the specified currency
Declaration
Swift
public let displayCurrency: String -
The base price
Declaration
Swift
public let basePrice: Double? -
The base currency
Declaration
Swift
public let baseCurrency: String?
View on GitHub
ApiPrice Structure Reference