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

    Interface GetPayoutInfoResponseData

    GetPayoutInfoResponseData sub-interface for GetPayoutInfoResponse

    interface GetPayoutInfoResponseData {
        more?: boolean;
        next_cursor?: string;
        payout_list?: GetPayoutInfoPayout[];
    }
    Index

    Properties

    more?: boolean

    True or False

    next_cursor?: string

    used for next batch data query. will return empty when all data been returned

    payout_list?: GetPayoutInfoPayout[]