o
    "i                     @   s:   d dl mZ d dlmZmZ d dl Z eG dd dZdS )    )define)ListOptionalNc                   @   sb   e Zd ZU dZejddZeee	  e
d< 	 ejddZee	 e
d< 	 ejddZee e
d< dS )RefundHistoryResponsez
    A response that contains an array of signed JSON Web Signature (JWS) refunded transactions, and paging information.
    
    https://developer.apple.com/documentation/appstoreserverapi/refundhistoryresponse
    N)defaultsignedTransactionsrevisionhasMore)__name__
__module____qualname____doc__attribr   r   r   str__annotations__r   r	   bool r   r   r/var/www/html/premium_crap/venv/lib/python3.10/site-packages/appstoreserverlibrary/models/RefundHistoryResponse.pyr      s   
 r   )r   r   typingr   r   r   r   r   r   r   <module>   s
   