DisplayPrice

public struct DisplayPrice : Codable

Represents a DisplayPrice in Moltin

  • The amount of money

    Declaration

    Swift

    public let amount: Int
  • The currency of this price

    Declaration

    Swift

    public let currency: String
  • The formatted display price

    Declaration

    Swift

    public let formatted: String