BusinessHolidayType

public struct BusinessHolidayType : Codable

BusinessHolidayType

  • The number of holidays in the results.

    Declaration

    Swift

    public let count: Int!
  • Holidays which occur in the requested period.

    Note

    this element contains a minified version of the HolidayType. The name, IDs, URL and date will be present, but no location specific data. See holidays service for retrieving more extensive holiday data using the IDs present in this type.

    Declaration

    Swift

    public let list: [HolidayType]?
  • Either included or excluded, specifying whether or not the holidays in the result array were included or excluded when queried.

    Declaration

    Swift

    public let type: String?