ConversionDetails
public struct ConversionDetails : Equatable, Codable
                Details of the conversion that has been applied to generate a display price
- 
                  
                  
- originalPrice The base price the customer will be charged in its original currency
 
Declaration
Swift
public let originalPrice: Price - 
                  
                  
- explanation A description of the conversion that has been applied, e.g. “EUR prices are approx, you’‘ll pay in GBP because that is your local currency”
 
Declaration
Swift
public let explanation: String 
View on GitHub
        ConversionDetails Structure Reference