Status200

public class Status200 : APIModel

Every gas station potential has different names for the same fuel types. This endpoint accepts the gas station’s specific name and return a mapping where the specific name is mapped to a normalized version which should be globally the same across gas stations.

  • Undocumented

    Declaration

    Swift

    public var data: PCPOIFuelType?
  • Undocumented

    Declaration

    Swift

    public init(data: PCPOIFuelType? = 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