appstoreserverlibrary.models.Platform module

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

Bases: IntEnum

The platform on which the customer consumed the in-app purchase.

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

APPLE = 1
NON_APPLE = 2
UNDECLARED = 0