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

    Interface Data

    The app metadata and the signed renewal and transaction information.

    data

    interface Data {
        appAppleId?: number;
        bundleId?: string;
        bundleVersion?: string;
        consumptionRequestReason?: string;
        environment?: string;
        signedRenewalInfo?: string;
        signedTransactionInfo?: string;
        status?: number;
    }
    Index

    Properties

    appAppleId?: number

    The unique identifier of an app in the App Store.

    appAppleId

    bundleId?: string

    The bundle identifier of an app.

    bundleId

    bundleVersion?: string

    The version of the build that identifies an iteration of the bundle.

    bundleVersion

    consumptionRequestReason?: string

    The reason the customer requested the refund.

    consumptionRequestReason

    environment?: string

    The server environment that the notification applies to, either sandbox or production.

    environment

    signedRenewalInfo?: string

    Subscription renewal information, signed by the App Store, in JSON Web Signature (JWS) format.

    JWSRenewalInfo

    signedTransactionInfo?: string

    Transaction information signed by the App Store, in JSON Web Signature (JWS) format.

    JWSTransaction

    status?: number

    The status of an auto-renewable subscription as of the signedDate in the responseBodyV2DecodedPayload.

    status