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

    Type Alias GetWalletTransactionListParams

    Parameters for getting wallet transaction list

    type GetWalletTransactionListParams = {
        create_time_from?: number;
        create_time_to?: number;
        money_flow?: string;
        page_no: number;
        page_size: number;
        transaction_tab_type?: string;
        transaction_type?: string;
        wallet_type?: string;
    }
    Index

    Properties

    create_time_from?: number

    The start time of the query, timestamp

    create_time_to?: number

    The end time of the query, timestamp

    money_flow?: string

    Indicates whether user wants to return only MONEY_IN or MONEY_OUT transactions

    page_no: number

    Specifies the starting entry of data to return in the current call. Default is 1

    page_size: number

    The number of records returned per page, min 1, max 100, default 40

    transaction_tab_type?: string

    Transaction tab type filter. Only 1 value can be provided per request

    transaction_type?: string

    Transaction type filter

    wallet_type?: string

    This field indicates the wallet type