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

    Interface DeleteDiscountResponseData

    DeleteDiscountResponseData sub-interface for DeleteDiscountResponse

    interface DeleteDiscountResponseData {
        discount_id?: number;
        modify_time?: number | Date;
    }
    Index

    Properties

    discount_id?: number

    Shopee's unique identifier for a discount activity.

    modify_time?: number | Date

    The time when discount has been deleted.