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

    Interface StatusResponse

    A response that contains status information for all of a customer’s auto-renewable subscriptions in your app.

    StatusResponse

    interface StatusResponse {
        appAppleId?: number;
        bundleId?: string;
        data?: SubscriptionGroupIdentifierItem[];
        environment?: string;
    }
    Index

    Properties

    appAppleId?: number

    The unique identifier of an app in the App Store.

    appAppleId

    bundleId?: string

    The bundle identifier of an app.

    bundleId

    An array of information for auto-renewable subscriptions, including App Store-signed transaction information and App Store-signed renewal information.

    environment?: string

    The server environment, sandbox or production, in which the App Store generated the response.

    environment