appstoreserverlibrary.models.ExpirationIntent module¶
- class appstoreserverlibrary.models.ExpirationIntent.ExpirationIntent(value)[source]¶
Bases:
IntEnum
The reason an auto-renewable subscription expired.
https://developer.apple.com/documentation/appstoreserverapi/expirationintent
- BILLING_ERROR = 2¶
- CUSTOMER_CANCELLED = 1¶
- CUSTOMER_DID_NOT_CONSENT_TO_PRICE_INCREASE = 3¶
- OTHER = 5¶
- PRODUCT_NOT_AVAILABLE = 4¶