Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetBookingListResponseData

    GetBookingListResponseData sub-interface for GetBookingListResponse

    interface GetBookingListResponseData {
        booking_list?: GetBookingListBooking[];
        more?: boolean;
    }
    Index

    Properties

    Properties

    booking_list?: GetBookingListBooking[]
    more?: boolean

    This is to indicate whether the booking list is more than one page. If this value is true, you may want to continue to check next page to retrieve bookings.