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

    Interface WalletTransaction

    Wallet transaction item

    interface WalletTransaction {
        amount: number;
        buyer_name?: string;
        create_time: number;
        current_balance: number;
        description?: string;
        money_flow?: string;
        order_sn?: string;
        outlet_shop_name?: string;
        pay_order_list?: WalletTransactionPayOrder[];
        reason?: string;
        refund_sn?: string;
        root_withdrawal_id?: number;
        shop_name?: string;
        status: string;
        transaction_fee?: number;
        transaction_tab_type?: string;
        transaction_type: string;
        txn_title?: string;
        withdrawal_id?: number;
        withdrawal_type?: string;
    }
    Index

    Properties

    amount: number

    Transaction amount

    buyer_name?: string

    The name of buyer

    create_time: number

    Transaction time (timestamp)

    current_balance: number

    Current balance after this transaction

    description?: string

    Detailed description of TOPUP SUCCESS and TOPUP FAILED

    money_flow?: string

    Money flow direction: MONEY_IN or MONEY_OUT

    order_sn?: string

    Order SN if related to order

    outlet_shop_name?: string

    The outlet shop name where this outlet transaction came from

    pay_order_list?: WalletTransactionPayOrder[]

    List of pay orders associated with this transaction

    reason?: string

    Reason for transaction

    refund_sn?: string

    The serial number of return

    root_withdrawal_id?: number

    Indicates the event where a withdrawal is split into several withdrawals due to withdrawal limit

    shop_name?: string

    Name of the shop

    status: string

    Transaction status

    transaction_fee?: number

    Transaction fee

    transaction_tab_type?: string

    Updated transaction tab type

    transaction_type: string

    Transaction type

    txn_title?: string

    The transaction title sent by client (Adjustment Center) for adjustments, Only for ID local sellers for now.

    withdrawal_id?: number

    Withdrawal ID if related to withdrawal

    withdrawal_type?: string

    The type of withdrawal