appstoreserverlibrary.models.InAppOwnershipType module¶
- class appstoreserverlibrary.models.InAppOwnershipType.InAppOwnershipType(value)[source]¶
Bases:
str
,Enum
The relationship of the user with the family-shared purchase to which they have access.
https://developer.apple.com/documentation/appstoreserverapi/inappownershiptype
- FAMILY_SHARED = 'FAMILY_SHARED'¶
- PURCHASED = 'PURCHASED'¶