Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.3 KB

File metadata and controls

30 lines (21 loc) · 1.3 KB

GetPostPricingResponseReorder

Properties

Name Type Description Notes
available bool نشان می‌دهد که آیا آگهی قابل نردبان است. اگر false باشد، API نردبان خطا برمی‌گرداند [optional]
cost_rials str هزینه نردبان به ریال [optional]

Example

from kenar_api_client.models.get_post_pricing_response_reorder import GetPostPricingResponseReorder

# TODO update the JSON string below
json = "{}"
# create an instance of GetPostPricingResponseReorder from a JSON string
get_post_pricing_response_reorder_instance = GetPostPricingResponseReorder.from_json(json)
# print the JSON string representation of the object
print(GetPostPricingResponseReorder.to_json())

# convert the object into a dict
get_post_pricing_response_reorder_dict = get_post_pricing_response_reorder_instance.to_dict()
# create an instance of GetPostPricingResponseReorder from a dict
get_post_pricing_response_reorder_from_dict = GetPostPricingResponseReorder.from_dict(get_post_pricing_response_reorder_dict)

[Back to Model list] [Back to API list] [Back to README]