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_imported_list_recipient_from_membership_tier_import_tier_idimportWTImportedListRecipientFromMembershipTierImportTierID# TODO update the JSON string belowjson="{}"# create an instance of WTImportedListRecipientFromMembershipTierImportTierID from a JSON stringwt_imported_list_recipient_from_membership_tier_import_tier_id_instance=WTImportedListRecipientFromMembershipTierImportTierID.from_json(json)
# print the JSON string representation of the objectprintWTImportedListRecipientFromMembershipTierImportTierID.to_json()
# convert the object into a dictwt_imported_list_recipient_from_membership_tier_import_tier_id_dict=wt_imported_list_recipient_from_membership_tier_import_tier_id_instance.to_dict()
# create an instance of WTImportedListRecipientFromMembershipTierImportTierID from a dictwt_imported_list_recipient_from_membership_tier_import_tier_id_form_dict=wt_imported_list_recipient_from_membership_tier_import_tier_id.from_dict(wt_imported_list_recipient_from_membership_tier_import_tier_id_dict)