appstoreserverlibrary.models.StatusResponse module

class appstoreserverlibrary.models.StatusResponse.StatusResponse(environment: Environment | None = None, bundleId: str | None = None, appAppleId: int | None = None, data: List[SubscriptionGroupIdentifierItem] | None = None, *, rawEnvironment: str | None = None)[source]

Bases: AttrsRawValueAware

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

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

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

data: List[SubscriptionGroupIdentifierItem] | None

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

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

environment: Environment | None

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

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

rawEnvironment: str | None

See environment