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.post_group_profile_balance_transfer_requestimportPostGroupProfileBalanceTransferRequest# TODO update the JSON string belowjson="{}"# create an instance of PostGroupProfileBalanceTransferRequest from a JSON stringpost_group_profile_balance_transfer_request_instance=PostGroupProfileBalanceTransferRequest.from_json(json)
# print the JSON string representation of the objectprint(PostGroupProfileBalanceTransferRequest.to_json())
# convert the object into a dictpost_group_profile_balance_transfer_request_dict=post_group_profile_balance_transfer_request_instance.to_dict()
# create an instance of PostGroupProfileBalanceTransferRequest from a dictpost_group_profile_balance_transfer_request_from_dict=PostGroupProfileBalanceTransferRequest.from_dict(post_group_profile_balance_transfer_request_dict)