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_pos_integrationimportWTMerchantUpdatePOSIntegration# TODO update the JSON string belowjson="{}"# create an instance of WTMerchantUpdatePOSIntegration from a JSON stringwt_merchant_update_pos_integration_instance=WTMerchantUpdatePOSIntegration.from_json(json)
# print the JSON string representation of the objectprintWTMerchantUpdatePOSIntegration.to_json()
# convert the object into a dictwt_merchant_update_pos_integration_dict=wt_merchant_update_pos_integration_instance.to_dict()
# create an instance of WTMerchantUpdatePOSIntegration from a dictwt_merchant_update_pos_integration_form_dict=wt_merchant_update_pos_integration.from_dict(wt_merchant_update_pos_integration_dict)