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

    Interface GetPayoutDetailEscrow

    GetPayoutDetailEscrow sub-interface for GetPayoutDetailPayout

    interface GetPayoutDetailEscrow {
        currency?: string;
        escrow_amount?: number;
        order_sn?: string;
    }
    Index

    Properties

    currency?: string

    The currency used for calculating escrow amount.

    escrow_amount?: number

    The total amount that the seller is expected to receive for the order.

    order_sn?: string

    Shopee's unique identifier for an order.