Ingredient

public struct Ingredient : Hashable, Codable
  • Declaration

    Swift

    public init(pzn: String, factorMark: String?, factor: Decimal?, price: Decimal)
  • pzn

    Declaration

    Swift

    public let pzn: String
  • Declaration

    Swift

    public let factorMark: String?
  • Declaration

    Swift

    public let factor: Decimal?
  • Declaration

    Swift

    public let price: Decimal