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

    Interface GetWalletTransactionListResponseData

    GetWalletTransactionListResponseData sub-interface for GetWalletTransactionListResponse

    interface GetWalletTransactionListResponseData {
        more?: boolean;
        transaction_list?: GetWalletTransactionListTransaction[];
    }
    Index

    Properties

    more?: boolean