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

    Interface GetPayoutDetailResponse

    Response for get payout detail API (deprecated)

    interface GetPayoutDetailResponse {
        error: string;
        message: string;
        request_id: string;
        response: { more: boolean; payout_list: PayoutDetail[] };
        warning?: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: { more: boolean; payout_list: PayoutDetail[] }

    Type Declaration

    • more: boolean

      Indicates whether there are more pages

    • payout_list: PayoutDetail[]

      List of payout details

    warning?: string | string[]

    Warning message or list of warning messages