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

    Interface GetPenaltyPointHistoryResponseData

    GetPenaltyPointHistoryResponseData sub-interface for GetPenaltyPointHistoryResponse

    interface GetPenaltyPointHistoryResponseData {
        penalty_point_list?: GetPenaltyPointHistoryPenaltyPoint[];
        total_count?: number;
    }
    Index

    Properties

    penalty_point_list?: GetPenaltyPointHistoryPenaltyPoint[]

    The penalty point records generated in the current quarter.

    total_count?: number

    Total number of penalty point records.