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.get_accounts_receivable_ledger_totals_filter_parameterimportGetAccountsReceivableLedgerTotalsFilterParameter# TODO update the JSON string belowjson="{}"# create an instance of GetAccountsReceivableLedgerTotalsFilterParameter from a JSON stringget_accounts_receivable_ledger_totals_filter_parameter_instance=GetAccountsReceivableLedgerTotalsFilterParameter.from_json(json)
# print the JSON string representation of the objectprint(GetAccountsReceivableLedgerTotalsFilterParameter.to_json())
# convert the object into a dictget_accounts_receivable_ledger_totals_filter_parameter_dict=get_accounts_receivable_ledger_totals_filter_parameter_instance.to_dict()
# create an instance of GetAccountsReceivableLedgerTotalsFilterParameter from a dictget_accounts_receivable_ledger_totals_filter_parameter_from_dict=GetAccountsReceivableLedgerTotalsFilterParameter.from_dict(get_accounts_receivable_ledger_totals_filter_parameter_dict)