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

    Interface FollowPrizeInfo

    Follow prize information in list response

    interface FollowPrizeInfo {
        campaign_id: number;
        campaign_status: string;
        claimed: number;
        end_time: number;
        follow_prize_name: string;
        start_time: number;
        usage_quantity: number;
    }
    Index

    Properties

    campaign_id: number

    The unique identifier for the follow prize

    campaign_status: string

    The status of follow prize (upcoming/ongoing/expired)

    claimed: number

    The quantity of voucher claimed

    end_time: number

    The timing until when the follow prize is still valid

    follow_prize_name: string

    The name of the follow prize

    start_time: number

    The timing from when the follow prize is valid

    usage_quantity: number

    The usage quantity of the follow prize