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
fromfattureincloud_python_sdk.models.get_user_info_response_email_confirmation_stateimportGetUserInfoResponseEmailConfirmationState# TODO update the JSON string belowjson="{}"# create an instance of GetUserInfoResponseEmailConfirmationState from a JSON stringget_user_info_response_email_confirmation_state_instance=GetUserInfoResponseEmailConfirmationState.from_json(json)
# print the JSON string representation of the objectprint(GetUserInfoResponseEmailConfirmationState.to_json())
# convert the object into a dictget_user_info_response_email_confirmation_state_dict=get_user_info_response_email_confirmation_state_instance.to_dict()
# create an instance of GetUserInfoResponseEmailConfirmationState from a dictget_user_info_response_email_confirmation_state_from_dict=GetUserInfoResponseEmailConfirmationState.from_dict(get_user_info_response_email_confirmation_state_dict)