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

    Interface GetDiscountListResponseData

    GetDiscountListResponseData sub-interface for GetDiscountListResponse

    interface GetDiscountListResponseData {
        discount_list?: GetDiscountListDiscount[];
        more?: boolean;
    }
    Index

    Properties

    discount_list?: GetDiscountListDiscount[]

    The discounts created in this shop.

    more?: boolean

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