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

    Interface GetEscrowDetailNetCommissionFeeInfo

    GetEscrowDetailNetCommissionFeeInfo sub-interface for GetEscrowDetailOrderIncome

    interface GetEscrowDetailNetCommissionFeeInfo {
        fee_amount?: number;
        rule_display_name?: string;
        rule_id?: number;
    }
    Index

    Properties

    fee_amount?: number

    The net commission fee amount calculated based on the corresponding commission rule.

    rule_display_name?: string

    The display name of the commission rule for reference and readability.

    rule_id?: number

    The unique identifier of the commission rule applied to calculate the net commission fee.