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

    Interface GetBundleDealListResponseData

    GetBundleDealListResponseData sub-interface for GetBundleDealListResponse

    interface GetBundleDealListResponseData {
        bundle_deal_list?: GetBundleDealListBundleDeal[];
        more?: boolean;
    }
    Index

    Properties

    bundle_deal_list?: GetBundleDealListBundleDeal[]

    The list of bundle deal id

    more?: boolean

    this field shows whether there are more bundle deals in next page or not