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_campaign_with_voucher_with_csvimportCreateStaticVoucherCampaignWithVoucherWithCSV# TODO update the JSON string belowjson="{}"# create an instance of CreateStaticVoucherCampaignWithVoucherWithCSV from a JSON stringcreate_static_voucher_campaign_with_voucher_with_csv_instance=CreateStaticVoucherCampaignWithVoucherWithCSV.from_json(json)
# print the JSON string representation of the objectprintCreateStaticVoucherCampaignWithVoucherWithCSV.to_json()
# convert the object into a dictcreate_static_voucher_campaign_with_voucher_with_csv_dict=create_static_voucher_campaign_with_voucher_with_csv_instance.to_dict()
# create an instance of CreateStaticVoucherCampaignWithVoucherWithCSV from a dictcreate_static_voucher_campaign_with_voucher_with_csv_form_dict=create_static_voucher_campaign_with_voucher_with_csv.from_dict(create_static_voucher_campaign_with_voucher_with_csv_dict)