ProductPrice

public struct ProductPrice : Equatable, Codable

Price information

  • Amount payable

    Declaration

    Swift

    public let value: Double
  • The currency in which the price is stated (3-character alphabetic code defined by ISO 4217)

    Declaration

    Swift

    public let currency: String