Skip to content

AppointmentType Enum eBay Docs

An enumerated type for appointment values.

ValueDescription
TIME_SLOTIndicates this appointment has both start and end date-time.
MACROIndicates this appointment has both start date-time (appointmentStartTime) and may have a service provider appointment date (serviceProviderAppointmentDate).

Example

php
use Rat\eBaySDK\Enums\AppointmentType;

AppointmentType::TIME_SLOT;

This software is not an official eBay product and is not associated with, sponsored by, or endorsed by eBay Inc.