Status200

public class Status200 : APIModel

Get the price history for a specific gas station and fuel type on a period of time which can begin no sooner than 37 days ago; the time interval between price changes can be set to minute, hour, day, week, month or year

  • Undocumented

    Declaration

    Swift

    public var data: PCPOIPriceHistory?
  • Undocumented

    Declaration

    Swift

    public init(data: PCPOIPriceHistory? = 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: Status200, rhs: Status200) -> Bool