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.create_static_voucher_campaignimportCreateStaticVoucherCampaign# TODO update the JSON string belowjson="{}"# create an instance of CreateStaticVoucherCampaign from a JSON stringcreate_static_voucher_campaign_instance=CreateStaticVoucherCampaign.from_json(json)
# print the JSON string representation of the objectprintCreateStaticVoucherCampaign.to_json()
# convert the object into a dictcreate_static_voucher_campaign_dict=create_static_voucher_campaign_instance.to_dict()
# create an instance of CreateStaticVoucherCampaign from a dictcreate_static_voucher_campaign_form_dict=create_static_voucher_campaign.from_dict(create_static_voucher_campaign_dict)