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

    Interface IncomeDetailListItem

    interface IncomeDetailListItem {
        actual_payout_time?: number;
        creation_date?: number;
        currency?: string;
        description?: string;
        estimated_escrow_amount?: number;
        estimated_payout_time?: number;
        order_sn?: string;
        payment_method?: string;
        released_amount?: number;
        status?: string;
        to_release_amount?: number;
    }
    Index

    Properties

    actual_payout_time?: number

    Actual payout time (Unix timestamp) when funds were transferred.

    creation_date?: number

    Order creation timestamp (Unix format).

    currency?: string

    Currency in which the income was transacted.

    description?: string

    Type of income or billing item — e.g., Order Income, Adjustment etc

    estimated_escrow_amount?: number

    Estimated escrow amount pending release for the order.

    estimated_payout_time?: number

    Estimated payout time (Unix timestamp). Applicable for Pending/To Release status.

    order_sn?: string

    Unique order serial number associated with the income record.

    payment_method?: string

    Payment channel or method used for the order

    released_amount?: number

    Amount successfully released to the seller.

    status?: string

    Status description of the order income or payout.

    to_release_amount?: number

    Amount that is queued for release to seller (Cross Border only).