Ë
    T>{ið  ã                  óÚ   — d Z ddlmZ ddlZddlZddlZddlmZmZ ddlm	Z	 ddl
mZmZmZmZmZmZmZmZmZmZ ddlmZmZmZmZmZmZ ddlmZ  G d	„ d
e«      Zej?                  «        y)aˆ  
Cashfree Payment Gateway APIs

Cashfree's Payment Gateway APIs provide developers with a streamlined pathway to integrate advanced payment processing capabilities into their applications, platforms and websites.

The version of the OpenAPI document: 2023-08-01
Contact: developers@cashfree.com
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
é    )ÚannotationsN)ÚdateÚdatetime)ÚEntitySimulationRequest)
Úvalidate_argumentsÚValidationErrorÚFieldÚ	StrictStrÚStrictBytesÚ	StrictIntÚStrictFloatÚ
StrictBoolÚfield_validatorÚ	BaseModel)ÚAnyÚDictÚListÚOptionalÚTupleÚUnion)Ú	Annotatedc                  óÐ   — e Zd ZU dZ ed¬«      Zded<    ed¬«      Zded<   ded	<   g d
¢Z e	d«      d„ «       Z
	 dddœZdd„Zdd„Zedd„«       Zedd„«       Zd„ Zedd„«       Zy)ÚSimulateRequestz)
    simulate payment request object
    z5Entity type should be PAYMENTS or SUBS_PAYMENTS only.)Údescriptionr
   Úentityz•If the entity type is PAYMENTS, the entity_id will be the transactionId. If the entity type is SUBS_PAYMENTS, the entity_id will be the merchantTxnIdÚ	entity_idr   Úentity_simulation©r   r   r   c                ó$   — |dvrt        d«      ‚|S )zValidates the enum)ÚPAYMENTSÚSUBS_PAYMENTSz8must be one of enum values ('PAYMENTS', 'SUBS_PAYMENTS'))Ú
ValueError)ÚclsÚvalues     úa/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/cashfree_pg/models/simulate_request.pyÚentity_validate_enumz$SimulateRequest.entity_validate_enum%   s   € ð Ð5Ñ5ÜÐWÓXÐXØˆó    T)Úpopulate_by_nameÚvalidate_assignmentc                óL   — t        j                  | j                  d¬«      «      S )z:Returns the string representation of the model using aliasT)Úby_alias)ÚpprintÚpformatÚdict©Úselfs    r%   Úto_strzSimulateRequest.to_str3   s   € ä�~‰~˜dŸi™i°˜iÓ6Ó7Ð7r'   c                óH   — t        j                  | j                  «       «      S )z8Returns the JSON representation of the model using alias)ÚjsonÚdumpsÚto_dictr/   s    r%   Úto_jsonzSimulateRequest.to_json7   s   € ä�z‰z˜$Ÿ,™,›.Ó)Ð)r'   c                óJ   — | j                  t        j                  |«      «      S )ú8Create an instance of SimulateRequest from a JSON string)Ú	from_dictr3   Úloads)r#   Újson_strs     r%   Ú	from_jsonzSimulateRequest.from_json;   s   € ð �}‰}œTŸZ™Z¨Ó1Ó2Ð2r'   c                óš   — t        j                  |«      }d|j                  «       v r$| j                  t        j                  |«      «      S y)r8   z$entity, entity_id, entity_simulationN)r3   r:   Úkeysr9   )r#   r;   Ú	temp_dicts      r%   Úfrom_json_for_one_ofz$SimulateRequest.from_json_for_one_of@   s<   € ô —J‘J˜xÓ(ˆ	Ø1°Y·^±^Ó5EÑEØ—=‘=¤§¡¨HÓ!5Ó6Ð6Ør'   c                ó€   — | j                  di d¬«      }| j                  r| j                  j                  «       |d<   |S )z>Returns the dictionary representation of the model using aliasT)r+   ÚexcludeÚexclude_noner   )r.   r   r5   )r0   Ú_dicts     r%   r5   zSimulateRequest.to_dictH   sI   € à—	‘	 4ð#à'+ð ó -ˆð
 ×!Ò!Ø)-×)?Ñ)?×)GÑ)GÓ)IˆEÐ%Ñ&Øˆr'   c           	     ó.  — |€yt        |t        «      st        j                  |«      S t        j                  |j	                  d«      |j	                  d«      |j	                  d«      �$t        j                  |j	                  d«      «      nddœ«      }|S )z1Create an instance of SimulateRequest from a dictNr   r   r   r   )Ú
isinstancer.   r   Ú	parse_objÚgetr   r9   )r#   ÚobjÚ_objs      r%   r9   zSimulateRequest.from_dictS   s”   € ð ˆ;Øä˜#œtÔ$Ü"×,Ñ,¨SÓ1Ð1ä×(Ñ(Ø—g‘g˜hÓ'ØŸ™ Ó-Ødg×dkÑdkÐló  eAð  eMÔ!8×!BÑ!BÀ3Ç7Á7ÐK^ÓC_Ô!`ð  SWñ*
ó ˆð
 ˆr'   N)ÚreturnÚstr)r;   rL   rK   r   )rI   r.   rK   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r	   r   Ú__annotations__r   Ú_SimulateRequest__propertiesr   r&   Úmodel_configr1   r6   Úclassmethodr<   r@   r5   r9   © r'   r%   r   r      s±   … ññ Ð*aÔb€FˆIÓbÙ ð  .Eô  F€Iˆyó  FØ.Ó.Ú?€Lá�XÓñó ðð !à Ø#ñ€Ló
8ó*ð ò3ó ð3ð òó ðò	ð òó ñr'   r   ) rP   Ú
__future__r   r,   Úrer3   r   r   Ú,cashfree_pg.models.entity_simulation_requestr   Úpydanticr   r   r	   r
   r   r   r   r   r   r   Útypingr   r   r   r   r   r   Útyping_extensionsr   r   Úmodel_rebuildrU   r'   r%   ú<module>r]      sY   ðñ
õ #Û Û 	Û ç #õ Q÷ X÷  X÷  Xß :× :Ý 'ôE�iô EðR × Ñ Õ r'   