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

    Interface GetAvailableSolutionsOfferRefund

    GetAvailableSolutionsOfferRefund sub-interface for GetAvailableSolutionsResponseData

    interface GetAvailableSolutionsOfferRefund {
        eligibility?: boolean;
        max_refund_amount?: number;
        min_refund_amount?: number;
        refund_amount_adjustable?: boolean;
    }
    Index

    Properties

    eligibility?: boolean

    To indicate whether Refund solution is available for sellers to select.

    max_refund_amount?: number

    The max refund amount for Refund solution. Returned when refund_amount_adjustable is true.

    min_refund_amount?: number

    The min refund amount for Refund solution. Returned when refund_amount_adjustable is true.

    refund_amount_adjustable?: boolean

    To indicate whether refund is adjustable for Refund solution.