appstoreserverlibrary.models.DeliveryStatusV1 module

class appstoreserverlibrary.models.DeliveryStatusV1.DeliveryStatusV1(*values)[source]

Bases: IntEnum

A value that indicates whether the app successfully delivered an in-app purchase that works properly.

Deprecated since version Use: DeliveryStatus instead.

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

DELIVERED_AND_WORKING_PROPERLY = 0
DELIVERED_WRONG_ITEM = 2
DID_NOT_DELIVER_DUE_TO_IN_GAME_CURRENCY_CHANGE = 4
DID_NOT_DELIVER_DUE_TO_QUALITY_ISSUE = 1
DID_NOT_DELIVER_DUE_TO_SERVER_OUTAGE = 3
DID_NOT_DELIVER_FOR_OTHER_REASON = 5