Rules
public class Rules : APIModel
extension PCCommonOpeningHours.Rules: CustomStringConvertible
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum PCAction : String, Codable, Equatable, CaseIterable
extension PCCommonOpeningHours.Rules.PCAction: Comparable
-
Undocumented
See moreDeclaration
Swift
public enum PCDays : String, Codable, Equatable, CaseIterable
extension PCCommonOpeningHours.Rules.PCDays: Comparable
-
Undocumented
Declaration
Swift
public var action: PCAction?
-
Undocumented
Declaration
Swift
public var days: [PCDays]?
-
Undocumented
Declaration
Swift
public var timespans: [Timespans]?
-
Undocumented
See moreDeclaration
Swift
public class Timespans : APIModel
extension PCCommonOpeningHours.Rules.Timespans: CustomStringConvertible
-
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: Rules, rhs: Rules) -> Bool
-
Declaration
Swift
public var description: String { get }