# Availability

> A schema in the Payouts API reference. Source: https://hub.ozow.com/api-reference/payouts-api/schemas/availability/

Available payout time slot. Each available payout time slot is represented by an Availability object, which is described as below. Note: interval time only applies to interval type batches.

## Fields

- `siteCode` (string, required, max length 50) - A unique code for the site currently in use. A site code is generated when adding a site in the Ozow merchant admin section. [Please contact support for SiteCode - support@ozow.com]
- `dayType` (integer, int32, required) - The day type. Possible options are: * Weekday = 0, * Weekend = 1, * PublicHoliday = 2, * Saturday = 3, * Sunday = 4
- `fromTime` (string, date-time, required) - Payout availability starting time.
- `toTime` (string, date-time, required) - Payout availability end time.
- `isRtc` (boolean, required) - Whether the availability is for real time clearing (RTC) or not.
- `availabilityType` (integer, int32, required) - The payout availability type. Possible values are: 1. Available - the payout will be processed during the current day. 2. NextWorkingDay – the payout will be processed on the next business day. 3. NextDay – the payout will be processed on the next day.
- `batchScheduleType` (integer, int32, required) - The payout batch type. Possible options are: 1. Scheduled - set times batches (e.g. 10am, 3pm). 2. Interval - ongoing interval based batches.
- `batchScheduleTime` (string, date-time, required) - The next payout batch run time.
- `batchIntervalMinute` (integer, int32) - The frequency of payout batch runs, in minutes.
