appstoreserverlibrary.models.Summary module

class appstoreserverlibrary.models.Summary.Summary(environment: Environment | None = None, appAppleId: int | None = None, bundleId: str | None = None, productId: str | None = None, requestIdentifier: str | None = None, storefrontCountryCodes: List[str] | None = None, succeededCount: int | None = None, failedCount: int | None = None, *, rawEnvironment: str | None = None)[source]

Bases: AttrsRawValueAware

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

https://developer.apple.com/documentation/appstoreservernotifications/summary

appAppleId: int | None

The unique identifier of an app in the App Store.

https://developer.apple.com/documentation/appstoreservernotifications/appappleid

bundleId: str | None

The bundle identifier of an app.

https://developer.apple.com/documentation/appstoreserverapi/bundleid

environment: Environment | None

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

https://developer.apple.com/documentation/appstoreservernotifications/environment

failedCount: int | None

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

https://developer.apple.com/documentation/appstoreserverapi/failedcount

productId: str | None

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

https://developer.apple.com/documentation/appstoreserverapi/productid

rawEnvironment: str | None

See environment

requestIdentifier: str | None

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

https://developer.apple.com/documentation/appstoreserverapi/requestidentifier

storefrontCountryCodes: List[str] | None

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

https://developer.apple.com/documentation/appstoreserverapi/storefrontcountrycodes

succeededCount: int | None

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

https://developer.apple.com/documentation/appstoreserverapi/succeededcount