Attributes
public class Attributes : APIModel
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum PCPOIAmenities : String, Codable, Equatable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public enum PCPOIFood : String, Codable, Equatable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public enum PCPOILoyaltyPrograms : String, Codable, Equatable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public enum PCPOIPaymentMethods : String, Codable, Equatable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public enum PCPOIPostalServices : String, Codable, Equatable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public enum PCPOIServices : String, Codable, Equatable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public enum PCPOIShopGoods : String, Codable, Equatable, CaseIterable
-
Undocumented
Declaration
Swift
public var address: Address?
-
Undocumented
Declaration
Swift
public var amenities: [PCPOIAmenities]?
-
Undocumented
Declaration
Swift
public var brand: String?
-
Undocumented
Declaration
Swift
public var contact: Contact?
-
Undocumented
Declaration
Swift
public var food: [PCPOIFood]?
-
Undocumented
Declaration
Swift
public var latitude: Float?
-
Undocumented
Declaration
Swift
public var longitude: Float?
-
Undocumented
Declaration
Swift
public var loyaltyPrograms: [PCPOILoyaltyPrograms]?
-
Undocumented
Declaration
Swift
public var openingHours: PCPOICommonOpeningHours?
-
Undocumented
Declaration
Swift
public var paymentMethods: [PCPOIPaymentMethods]?
-
Undocumented
Declaration
Swift
public var postalServices: [PCPOIPostalServices]?
-
Undocumented
Declaration
Swift
public var priceFormat: String?
-
References are PRNs to external and internal resources that are represented by this poi
Declaration
Swift
public var references: [String]?
-
Undocumented
Declaration
Swift
public var services: [PCPOIServices]?
-
Undocumented
Declaration
Swift
public var shopGoods: [PCPOIShopGoods]?
-
Undocumented
Declaration
Swift
public var stationName: String?
-
init(address:
amenities: brand: contact: food: latitude: longitude: loyaltyPrograms: openingHours: paymentMethods: postalServices: priceFormat: references: services: shopGoods: stationName: ) Undocumented
Declaration
Swift
public init(address: Address? = nil, amenities: [PCPOIAmenities]? = nil, brand: String? = nil, contact: Contact? = nil, food: [PCPOIFood]? = nil, latitude: Float? = nil, longitude: Float? = nil, loyaltyPrograms: [PCPOILoyaltyPrograms]? = nil, openingHours: PCPOICommonOpeningHours? = nil, paymentMethods: [PCPOIPaymentMethods]? = nil, postalServices: [PCPOIPostalServices]? = nil, priceFormat: String? = nil, references: [String]? = nil, services: [PCPOIServices]? = nil, shopGoods: [PCPOIShopGoods]? = nil, stationName: String? = 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