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
fromwhmcs_client.models.get_currencies_response_all_of_currenciesimportGetCurrenciesResponseAllOfCurrencies# TODO update the JSON string belowjson="{}"# create an instance of GetCurrenciesResponseAllOfCurrencies from a JSON stringget_currencies_response_all_of_currencies_instance=GetCurrenciesResponseAllOfCurrencies.from_json(json)
# print the JSON string representation of the objectprint(GetCurrenciesResponseAllOfCurrencies.to_json())
# convert the object into a dictget_currencies_response_all_of_currencies_dict=get_currencies_response_all_of_currencies_instance.to_dict()
# create an instance of GetCurrenciesResponseAllOfCurrencies from a dictget_currencies_response_all_of_currencies_from_dict=GetCurrenciesResponseAllOfCurrencies.from_dict(get_currencies_response_all_of_currencies_dict)