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
سود یا کمیسیون شما از این تراکنش، به ریال. اگر چنین مفهومی در فرایند پرداخت شما وجود ندارد، مقدار این پارامتر را برابر amount_rials قرار دهید.
reference_id
str
شناسه منحصر به فرد بین دیوار و ارائهدهنده برای فاکتور یا تراکنش. این شناسه مرجع درگاه پرداخت نیست.
services
List[str]
لیست slug خدماتی که کاربر برای آنها پرداخت کرده (مثلاً 'banner'، 'title_refinement')
Example
fromkenar_api_client.models.payment_submit_user_payment_requestimportPaymentSubmitUserPaymentRequest# TODO update the JSON string belowjson="{}"# create an instance of PaymentSubmitUserPaymentRequest from a JSON stringpayment_submit_user_payment_request_instance=PaymentSubmitUserPaymentRequest.from_json(json)
# print the JSON string representation of the objectprint(PaymentSubmitUserPaymentRequest.to_json())
# convert the object into a dictpayment_submit_user_payment_request_dict=payment_submit_user_payment_request_instance.to_dict()
# create an instance of PaymentSubmitUserPaymentRequest from a dictpayment_submit_user_payment_request_from_dict=PaymentSubmitUserPaymentRequest.from_dict(payment_submit_user_payment_request_dict)