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

    Interface GetEscrowDetailOrderAdjustment

    GetEscrowDetailOrderAdjustment sub-interface for GetEscrowDetailOrderIncome

    interface GetEscrowDetailOrderAdjustment {
        adjustment_reason?: string;
        amount?: number;
        currency?: string;
        date?: number | Date;
    }
    Index

    Properties

    adjustment_reason?: string

    Reason for adjustment. Possible cases could be:- Return Refund deduction or compensation- logistic issue deduction or compensation- marketing fee deduction- payment related fee

    amount?: number

    adjustment transaction amount.

    currency?: string

    order level adjustment transaction's currency type.

    date?: number | Date

    adjustment transaction complete date.