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
نشان میدهد که آیا آگهی قابل ثبت است. اگر false باشد، API ثبت خطا برمیگرداند
[optional]
cost_rials
str
هزینه ثبت آگهی به ریال
[optional]
Example
fromkenar_api_client.models.get_post_pricing_response_submitimportGetPostPricingResponseSubmit# TODO update the JSON string belowjson="{}"# create an instance of GetPostPricingResponseSubmit from a JSON stringget_post_pricing_response_submit_instance=GetPostPricingResponseSubmit.from_json(json)
# print the JSON string representation of the objectprint(GetPostPricingResponseSubmit.to_json())
# convert the object into a dictget_post_pricing_response_submit_dict=get_post_pricing_response_submit_instance.to_dict()
# create an instance of GetPostPricingResponseSubmit from a dictget_post_pricing_response_submit_from_dict=GetPostPricingResponseSubmit.from_dict(get_post_pricing_response_submit_dict)