PriceDetails
public struct PriceDetails : Codable, Equatable
Prices to be displayed in the price breakdown. Will contain conversion details if conversion has been applied to match the display currency provided in the Search Context.
-
- displayPrice The price in the display currency
Declaration
Swift
public let displayPrice: Price
-
- conversionDetails The base price that will be charged if conversion was required to match the display currency
Declaration
Swift
public let conversionDetails: ConversionDetails?