Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetBookingDetailResponse

    Response for getting booking detail

    interface GetBookingDetailResponse {
        error: string;
        message: string;
        request_id: string;
        response: { booking_list: BookingDetail[] };
        result?: { booking_list: BookingDetail[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { booking_list: BookingDetail[] }

    Type Declaration

    result?: { booking_list: BookingDetail[] }

    Type Declaration