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

    Interface GetPayoutInfoPayout

    GetPayoutInfoPayout sub-interface for GetPayoutInfoResponseData

    interface GetPayoutInfoPayout {
        encrypted_payout_id?: string;
        exchange_rate?: string;
        from_amount?: number;
        from_currency?: string;
        pay_service?: string | number;
        payee_id?: string;
        payout_amount?: number;
        payout_currency?: string;
        payout_time?: number | Date;
    }
    Index

    Properties

    encrypted_payout_id?: string

    payout id used to query API "v2.get_billing_item_info" as request parameters. User can get detailed billing items under current payout

    exchange_rate?: string

    The exchange rate.

    from_amount?: number

    The settlement amount.

    from_currency?: string

    The settlement currency of orders.

    pay_service?: string | number

    The service provider of seller. Available value: payoneer, pingpong, lianlian.

    payee_id?: string

    Seller's account to receive the payout.

    payout_amount?: number

    The actual amount of payout.

    payout_currency?: string

    The actual currency of payout.

    payout_time?: number | Date

    The time of payout.