@apple/app-store-server-library
    Preparing search index...

    Interface AdvancedCommerceRequestRefundItem

    Information about the refund request for an item, such as its SKU, the refund amount, reason, and type.

    RequestRefundItem

    interface AdvancedCommerceRequestRefundItem {
        refundAmount?: number;
        refundReason: string;
        refundType: string;
        revoke: boolean;
        SKU: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    refundAmount?: number

    The refund amount you're requesting for the SKU, in milliunits of the currency.

    refundAmount

    refundReason: string

    The reason for the refund request.

    refundReason

    refundType: string

    The type of refund requested.

    revoke: boolean
    SKU: string

    The product identifier of an in-app purchase product you manage in your own system.

    SKU