ProviderAvailabilitySlotWindow

public struct ProviderAvailabilitySlotWindow : Codable, Equatable

Information on the Provider Availability

  • How many open days the provider has

    Declaration

    Swift

    public let windowDays: Int?
  • How many open slots the provider has

    Declaration

    Swift

    public let slotCount: Int?