Newer Version Available

This content describes an older version of this product. View Latest

AppointmentBookingSlot Class

Represents a booking slot available for a given service appointment. An instance of this class is part of the results returned by the AppointmentBookingService and GradeSlotsService classes.

Namespace

FSL

Example

The debug log shows the relevant parts of the result: Grade and Interval. The BestSlotGrades parameters are private and inaccessible via code.

AppointmentBookingSlot Properties

AppointmentBookingSlot contains the following properties.

grade

The grade of the available appointment booking slot.

Signature

public Decimal grade {get; set;}

Property Value

Type: Decimal

interval

The time frame of the returned appointment booking slot.

Signature

public FSL.TimeInterval interval {get; set;}

Property Value

Type: FSL.TimeInterval