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

    Interface GetPunishmentHistoryResponseData

    GetPunishmentHistoryResponseData sub-interface for GetPunishmentHistoryResponse

    interface GetPunishmentHistoryResponseData {
        punishment_list?: GetPunishmentHistoryPunishment[];
        total_count?: number;
    }
    Index

    Properties

    punishment_list?: GetPunishmentHistoryPunishment[]

    The punishment records generated in the current quarter.

    total_count?: number

    Total number of punishment records.