appstoreserverlibrary.models.DeliveryStatus module¶
- class appstoreserverlibrary.models.DeliveryStatus.DeliveryStatus(*values)[source]¶
Bases:
str,EnumA value that indicates whether the app successfully delivered an in-app purchase that works properly.
https://developer.apple.com/documentation/appstoreserverapi/deliverystatus
- DELIVERED = 'DELIVERED'¶
- UNDELIVERED_OTHER = 'UNDELIVERED_OTHER'¶
- UNDELIVERED_QUALITY_ISSUE = 'UNDELIVERED_QUALITY_ISSUE'¶
- UNDELIVERED_SERVER_OUTAGE = 'UNDELIVERED_SERVER_OUTAGE'¶
- UNDELIVERED_WRONG_ITEM = 'UNDELIVERED_WRONG_ITEM'¶