Attributes

public class Attributes : APIModel

Undocumented

  • Average price for this fuel type

    Declaration

    Swift

    public var average: Double?
  • Currency based on country

    Declaration

    Swift

    public var currency: String?
  • Price value indicator below which a price is considered cheap

    Declaration

    Swift

    public var lower: Double?
  • Price value indicator after which a price is considered expensive

    Declaration

    Swift

    public var upper: Double?
  • Undocumented

    Declaration

    Swift

    public init(average: Double? = nil, currency: String? = nil, lower: Double? = nil, upper: Double? = nil)
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Undocumented

    Declaration

    Swift

    public func isEqual(to object: Any?) -> Bool
  • Declaration

    Swift

    public static func == (lhs: Attributes, rhs: Attributes) -> Bool