Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.13 KB

File metadata and controls

30 lines (22 loc) · 1.13 KB

UpdateOrderTaxResponseAllOf

Properties

Name Type Description Notes
id str [optional]
object str [optional]
parent_id str [optional]

Example

from conekta.models.update_order_tax_response_all_of import UpdateOrderTaxResponseAllOf

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

# convert the object into a dict
update_order_tax_response_all_of_dict = update_order_tax_response_all_of_instance.to_dict()
# create an instance of UpdateOrderTaxResponseAllOf from a dict
update_order_tax_response_all_of_form_dict = update_order_tax_response_all_of.from_dict(update_order_tax_response_all_of_dict)

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