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

    Interface ConsumptionRequest

    The request body that contains consumption information for an In-App Purchase.

    ConsumptionRequest

    interface ConsumptionRequest {
        consumptionPercentage?: number;
        customerConsented: boolean;
        deliveryStatus: string;
        refundPreference?: string;
        sampleContentProvided: boolean;
    }
    Index

    Properties

    consumptionPercentage?: number

    An integer that indicates the percentage, in milliunits, of the In-App Purchase the customer consumed.

    consumptionPercentage

    customerConsented: boolean

    A Boolean value that indicates whether the customer consented to provide consumption data to the App Store.

    customerConsented

    deliveryStatus: string

    A value that indicates whether the app successfully delivered an in-app purchase that works properly.

    deliveryStatus

    refundPreference?: string

    A value that indicates your preferred outcome for the refund request.

    refundPreference

    sampleContentProvided: boolean

    A Boolean value that indicates whether you provided, prior to its purchase, a free sample or trial of the content, or information about its functionality.

    sampleContentProvided