appstoreserverlibrary.models.OfferDiscountType module¶
- class appstoreserverlibrary.models.OfferDiscountType.OfferDiscountType(value)[source]¶
Bases:
str,EnumThe payment mode for a discount offer on an In-App Purchase.
https://developer.apple.com/documentation/appstoreserverapi/offerdiscounttype
- FREE_TRIAL = 'FREE_TRIAL'¶
- ONE_TIME = 'ONE_TIME'¶
- PAY_AS_YOU_GO = 'PAY_AS_YOU_GO'¶
- PAY_UP_FRONT = 'PAY_UP_FRONT'¶