BookingAvailability

public struct BookingAvailability : Codable, Hashable

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public enum Status : String, Codable
  • Undocumented

    See more

    Declaration

    Swift

    public struct Interval : Codable, Hashable
  • Undocumented

    Declaration

    Swift

    @ISO8601OrSecondsSince1970
    public var lastUpdated: Date { get set }
  • Undocumented

    Declaration

    Swift

    public let intervals: [Interval]

Convenience functions