Status200
public class Status200 : APIModel
Returns filterable values around the current location on the map, within a certain radius. For the latitude and longitude values used in the request, returns the available and unavailable values for the following fields:
- brand
- payment methods
- amenities
-
Undocumented
Declaration
Swift
public var data: PCCategories? -
Undocumented
Declaration
Swift
public init(data: PCCategories? = 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
View on GitHub
Status200 Class Reference