o
    "i                     @   s0   d dl mZ ddlmZ G dd deedZdS )    )IntEnum   )AppStoreServerLibraryEnumMetac                   @   s    e Zd ZdZdZdZdZdZdS )ExtendReasonCodez
    The code that represents the reason for the subscription-renewal-date extension.
    
    https://developer.apple.com/documentation/appstoreserverapi/extendreasoncode
    r   r         N)__name__
__module____qualname____doc__
UNDECLAREDCUSTOMER_SATISFACTIONOTHERSERVICE_ISSUE_OR_OUTAGE r   r   m/var/www/html/premium_crap/venv/lib/python3.10/site-packages/appstoreserverlibrary/models/ExtendReasonCode.pyr      s    r   )	metaclassN)enumr   LibraryUtilityr   r   r   r   r   r   <module>   s   