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_wallet_configuration_save_wallet_record_pass_brand_kitimportWTWalletConfigurationSaveWalletRecordPassBrandKit# TODO update the JSON string belowjson="{}"# create an instance of WTWalletConfigurationSaveWalletRecordPassBrandKit from a JSON stringwt_wallet_configuration_save_wallet_record_pass_brand_kit_instance=WTWalletConfigurationSaveWalletRecordPassBrandKit.from_json(json)
# print the JSON string representation of the objectprintWTWalletConfigurationSaveWalletRecordPassBrandKit.to_json()
# convert the object into a dictwt_wallet_configuration_save_wallet_record_pass_brand_kit_dict=wt_wallet_configuration_save_wallet_record_pass_brand_kit_instance.to_dict()
# create an instance of WTWalletConfigurationSaveWalletRecordPassBrandKit from a dictwt_wallet_configuration_save_wallet_record_pass_brand_kit_form_dict=wt_wallet_configuration_save_wallet_record_pass_brand_kit.from_dict(wt_wallet_configuration_save_wallet_record_pass_brand_kit_dict)