DisplayPrice public struct DisplayPrice : Codable Represents a DisplayPrice in Moltin amount The amount of money Declaration Swift public let amount: Int currency The currency of this price Declaration Swift public let currency: String formatted The formatted display price Declaration Swift public let formatted: String