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_renewimportGetPostPricingResponseRenew# TODO update the JSON string belowjson="{}"# create an instance of GetPostPricingResponseRenew from a JSON stringget_post_pricing_response_renew_instance=GetPostPricingResponseRenew.from_json(json)
# print the JSON string representation of the objectprint(GetPostPricingResponseRenew.to_json())
# convert the object into a dictget_post_pricing_response_renew_dict=get_post_pricing_response_renew_instance.to_dict()
# create an instance of GetPostPricingResponseRenew from a dictget_post_pricing_response_renew_from_dict=GetPostPricingResponseRenew.from_dict(get_post_pricing_response_renew_dict)