AggregatedSlot
public struct AggregatedSlot : Codable, Equatable
Undocumented
-
The slotDateTime of the available time slot. In UTC
Declaration
Swift
public let slotDateTime: Date
-
Department and Provider Information about the time slot
Declaration
Swift
public let providerOptions: [ProviderOptions]
-
Undocumented
Declaration
Swift
public let visitTypeName: String
-
Undocumented
Declaration
Swift
public init(slotDateTime: Date, providerOptions: [ProviderOptions], visitTypeName: String)