You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
اطلاعات تکمیلی که میخواهید به کنار ارسال کنید. این فیلد اختیاری است و برای رفع مغایرتهای احتمالی در تراکنش کاربرد دارد.
[optional]
id
str
یک UUID نسخه ۴ که باید برای هر پرداخت یکتا باشد. این UUID باید در سمت شما ساخته شده و در درخواست ارسال شود. اگر id ارسالشده قبلاً تراکنش موفق یا نیمهموفقی در کنار داشته باشد، خطا دریافت میکنید.
[optional]
Example
fromkenar_api_client.models.payment_publish_user_post_bodyimportPaymentPublishUserPostBody# TODO update the JSON string belowjson="{}"# create an instance of PaymentPublishUserPostBody from a JSON stringpayment_publish_user_post_body_instance=PaymentPublishUserPostBody.from_json(json)
# print the JSON string representation of the objectprint(PaymentPublishUserPostBody.to_json())
# convert the object into a dictpayment_publish_user_post_body_dict=payment_publish_user_post_body_instance.to_dict()
# create an instance of PaymentPublishUserPostBody from a dictpayment_publish_user_post_body_from_dict=PaymentPublishUserPostBody.from_dict(payment_publish_user_post_body_dict)