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

    Interface GetTimeSlotIdResponseDataItem

    GetTimeSlotIdResponseDataItem sub-interface for GetTimeSlotIdResponse

    interface GetTimeSlotIdResponseDataItem {
        end_time?: number | Date;
        start_time?: number | Date;
        timeslot_id?: number;
    }
    Index

    Properties

    end_time?: number | Date

    the end time of time slot

    start_time?: number | Date

    the start time of time slot

    timeslot_id?: number