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

    Interface GetEscrowListResponseData

    GetEscrowListResponseData sub-interface for GetEscrowListResponse

    interface GetEscrowListResponseData {
        escrow_list?: GetEscrowListEscrow[];
        more?: boolean;
    }
    Index

    Properties

    Properties

    escrow_list?: GetEscrowListEscrow[]

    The list of escrow order sn.

    more?: boolean

    This is to indicate whether the escrow list is more than one page. If this value is true, you may want to continue to check next page to retrieve escrow orders.