appstoreserverlibrary.models.RevocationType module

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

Bases: str, Enum

The type of the refund or revocation that applies to the transaction.

https://developer.apple.com/documentation/appstoreservernotifications/revocationtype

FAMILY_REVOKE = 'FAMILY_REVOKE'
REFUND_FULL = 'REFUND_FULL'
REFUND_PRORATED = 'REFUND_PRORATED'