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
fromfireblocks.models.set_customer_ref_id_for_address_requestimportSetCustomerRefIdForAddressRequest# TODO update the JSON string belowjson="{}"# create an instance of SetCustomerRefIdForAddressRequest from a JSON stringset_customer_ref_id_for_address_request_instance=SetCustomerRefIdForAddressRequest.from_json(json)
# print the JSON string representation of the objectprint(SetCustomerRefIdForAddressRequest.to_json())
# convert the object into a dictset_customer_ref_id_for_address_request_dict=set_customer_ref_id_for_address_request_instance.to_dict()
# create an instance of SetCustomerRefIdForAddressRequest from a dictset_customer_ref_id_for_address_request_from_dict=SetCustomerRefIdForAddressRequest.from_dict(set_customer_ref_id_for_address_request_dict)