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
fromconekta.models.customer_update_fiscal_entities_requestimportCustomerUpdateFiscalEntitiesRequest# TODO update the JSON string belowjson="{}"# create an instance of CustomerUpdateFiscalEntitiesRequest from a JSON stringcustomer_update_fiscal_entities_request_instance=CustomerUpdateFiscalEntitiesRequest.from_json(json)
# print the JSON string representation of the objectprint(CustomerUpdateFiscalEntitiesRequest.to_json())
# convert the object into a dictcustomer_update_fiscal_entities_request_dict=customer_update_fiscal_entities_request_instance.to_dict()
# create an instance of CustomerUpdateFiscalEntitiesRequest from a dictcustomer_update_fiscal_entities_request_from_dict=CustomerUpdateFiscalEntitiesRequest.from_dict(customer_update_fiscal_entities_request_dict)