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.click_funnel_original_amountimportClickFunnelOriginalAmount# TODO update the JSON string belowjson="{}"# create an instance of ClickFunnelOriginalAmount from a JSON stringclick_funnel_original_amount_instance=ClickFunnelOriginalAmount.from_json(json)
# print the JSON string representation of the objectprintClickFunnelOriginalAmount.to_json()
# convert the object into a dictclick_funnel_original_amount_dict=click_funnel_original_amount_instance.to_dict()
# create an instance of ClickFunnelOriginalAmount from a dictclick_funnel_original_amount_form_dict=click_funnel_original_amount.from_dict(click_funnel_original_amount_dict)