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

    Interface GetIncomeOverviewResponseData

    GetIncomeOverviewResponseData sub-interface for GetIncomeOverviewResponse

    interface GetIncomeOverviewResponseData {
        latest_payout_date?: string;
        total_income?: GetIncomeOverviewTotalIncome;
    }
    Index

    Properties

    latest_payout_date?: string

    The latest payout date for the released income. Format: YYYY-MM-DD. Only for CN shops.

    Object containing total income components.