appstoreserverlibrary.models.Type module

class appstoreserverlibrary.models.Type.Type(value)[source]

Bases: str, Enum

The type of in-app purchase products you can offer in your app.

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

AUTO_RENEWABLE_SUBSCRIPTION = 'Auto-Renewable Subscription'
CONSUMABLE = 'Consumable'
NON_CONSUMABLE = 'Non-Consumable'
NON_RENEWING_SUBSCRIPTION = 'Non-Renewing Subscription'