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

    Interface GetEscrowDetailNetServiceFeeInfo

    GetEscrowDetailNetServiceFeeInfo sub-interface for GetEscrowDetailOrderIncome

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

    Properties

    category?: string

    The category of the service fee, indicating the type of service the fee is charged for.

    fee_amount?: number

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

    rule_display_name?: string

    The display name of the service fee rule for reference and readability.

    rule_id?: number

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