from office365.entity import Entity


class BookingAppointment(Entity):
    """
    Represents a business in Microsoft Bookings. This is the top level object in the Microsoft Bookings API.
    It contains business information and related business objects such as appointments, customers, services,
    and staff members.
    """
