Option Dates

The dates when tickets can be purchased for generating a calendar view

In terms of UI, this would typically be used to display dates on a calendar, where null dates would be disabled, false and 0.00 dates would be disabled but crossed out and obviously labelled as "Sold Out". You could then indicate dates with availability < 0.5as being limited, and >= 0.5 as normal availability.

Value

Description

null

There are no options available on this date.

FALSE

There are options available but none with enough availability to accommodate the provided ticket selection.

float

A percentage ratio where 1.00 is fully available and 0.00 is completely sold out.

Language