
     pg                         d dl mZ  G d dej                        Z G d dej                        Z G d dej                        Zy)	    )serializersc                   4    e Zd Z ej                  dd      Zy)EncryptionSerializerTzThe plain text to encryptrequired	help_textN)__name__
__module____qualname__r   	JSONField
plain_text     ./var/www/skyplay_api_hub/watcho/serializers.pyr   r      s    &&&@[\Jr   r   c                   4    e Zd Z ej                  dd      Zy)DecryptionSerializerTzThe encrypted text to decryptr   N)r	   r
   r   r   	CharFieldencrypted_textr   r   r   r   r      s    *[**DDcdNr   r   c                   2    e Zd Z ej                  d      Zy)!SubscriptionPlanDetailsSerializerz-Encrypted data to be sent to the external API)r   N)r	   r
   r   r   r   	InputDatar   r   r   r   r      s    %%%0_`Ir   r   N)rest_frameworkr   
Serializerr   r   r   r   r   r   <module>r      sD    &];11 ]e;11 e
a(>(> ar   