Attributes
public class Attributes : APIModel
                Undocumented
- 
                  
                  
Undocumented
See moreDeclaration
Swift
public enum PCAmenities : String, Codable, Equatable, CaseIterable - 
                  
                  
Undocumented
See moreDeclaration
Swift
public enum PCFood : String, Codable, Equatable, CaseIterable - 
                  
                  
Undocumented
See moreDeclaration
Swift
public enum PCLoyaltyPrograms : String, Codable, Equatable, CaseIterable - 
                  
                  
Undocumented
See moreDeclaration
Swift
public enum PCPaymentMethods : String, Codable, Equatable, CaseIterable - 
                  
                  
Undocumented
See moreDeclaration
Swift
public enum PCPostalServices : String, Codable, Equatable, CaseIterable - 
                  
                  
Undocumented
See moreDeclaration
Swift
public enum PCServices : String, Codable, Equatable, CaseIterable - 
                  
                  
Undocumented
See moreDeclaration
Swift
public enum PCShopGoods : String, Codable, Equatable, CaseIterable - 
                  
                  
Undocumented
Declaration
Swift
public var address: Address? - 
                  
                  
Undocumented
Declaration
Swift
public var amenities: [PCAmenities]? - 
                  
                  
Undocumented
Declaration
Swift
public var brand: String? - 
                  
                  
Undocumented
Declaration
Swift
public var contact: Contact? - 
                  
                  
Undocumented
Declaration
Swift
public var food: [PCFood]? - 
                  
                  
Undocumented
Declaration
Swift
public var latitude: Float? - 
                  
                  
Undocumented
Declaration
Swift
public var longitude: Float? - 
                  
                  
Undocumented
Declaration
Swift
public var loyaltyPrograms: [PCLoyaltyPrograms]? - 
                  
                  
Undocumented
Declaration
Swift
public var openingHours: PCCommonOpeningHours? - 
                  
                  
Undocumented
Declaration
Swift
public var paymentMethods: [PCPaymentMethods]? - 
                  
                  
Undocumented
Declaration
Swift
public var postalServices: [PCPostalServices]? - 
                  
                  
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: [PCServices]? - 
                  
                  
Undocumented
Declaration
Swift
public var shopGoods: [PCShopGoods]? - 
                  
                  
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: [PCAmenities]? = nil, brand: String? = nil, contact: Contact? = nil, food: [PCFood]? = nil, latitude: Float? = nil, longitude: Float? = nil, loyaltyPrograms: [PCLoyaltyPrograms]? = nil, openingHours: PCCommonOpeningHours? = nil, paymentMethods: [PCPaymentMethods]? = nil, postalServices: [PCPostalServices]? = nil, priceFormat: String? = nil, references: [String]? = nil, services: [PCServices]? = nil, shopGoods: [PCShopGoods]? = 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 
View on GitHub
        Attributes Class Reference