appstoreserverlibrary.models.OfferType module

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

Bases: IntEnum

The type of subscription offer.

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

INTRODUCTORY_OFFER = 1
PROMOTIONAL_OFFER = 2
SUBSCRIPTION_OFFER_CODE = 3
WIN_BACK_OFFER = 4