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
fromcloudbeds_accounting.models.trial_balance_report_code_infoimportTrialBalanceReportCodeInfo# TODO update the JSON string belowjson="{}"# create an instance of TrialBalanceReportCodeInfo from a JSON stringtrial_balance_report_code_info_instance=TrialBalanceReportCodeInfo.from_json(json)
# print the JSON string representation of the objectprint(TrialBalanceReportCodeInfo.to_json())
# convert the object into a dicttrial_balance_report_code_info_dict=trial_balance_report_code_info_instance.to_dict()
# create an instance of TrialBalanceReportCodeInfo from a dicttrial_balance_report_code_info_from_dict=TrialBalanceReportCodeInfo.from_dict(trial_balance_report_code_info_dict)