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
fromwallet.models.wt_merchant_update_points_of_contactimportWTMerchantUpdatePointsOfContact# TODO update the JSON string belowjson="{}"# create an instance of WTMerchantUpdatePointsOfContact from a JSON stringwt_merchant_update_points_of_contact_instance=WTMerchantUpdatePointsOfContact.from_json(json)
# print the JSON string representation of the objectprintWTMerchantUpdatePointsOfContact.to_json()
# convert the object into a dictwt_merchant_update_points_of_contact_dict=wt_merchant_update_points_of_contact_instance.to_dict()
# create an instance of WTMerchantUpdatePointsOfContact from a dictwt_merchant_update_points_of_contact_form_dict=wt_merchant_update_points_of_contact.from_dict(wt_merchant_update_points_of_contact_dict)