The payload data for a subscription-renewal-date extension notification.

summary

interface Summary {
    appAppleId?: number;
    bundleId?: string;
    environment?: string;
    failedCount?: number;
    productId?: string;
    requestIdentifier?: string;
    storefrontCountryCodes?: string[];
    succeededCount?: number;
}

Properties

appAppleId?: number

The unique identifier of an app in the App Store.

appAppleId

bundleId?: string

The bundle identifier of an app.

bundleId

environment?: string

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

environment

failedCount?: number

The count of subscriptions that fail to receive a subscription-renewal-date extension.

failedCount

productId?: string

The unique identifier for the product, that you create in App Store Connect.

productId

requestIdentifier?: string

A string that contains a unique identifier you provide to track each subscription-renewal-date extension request.

requestIdentifier

storefrontCountryCodes?: string[]

A list of storefront country codes you provide to limit the storefronts for a subscription-renewal-date extension.

storefrontCountryCodes

succeededCount?: number

The count of subscriptions that successfully receive a subscription-renewal-date extension.

succeededCount