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_fiscal_document.models.fiscal_document_transaction_allocationimportFiscalDocumentTransactionAllocation# TODO update the JSON string belowjson="{}"# create an instance of FiscalDocumentTransactionAllocation from a JSON stringfiscal_document_transaction_allocation_instance=FiscalDocumentTransactionAllocation.from_json(json)
# print the JSON string representation of the objectprint(FiscalDocumentTransactionAllocation.to_json())
# convert the object into a dictfiscal_document_transaction_allocation_dict=fiscal_document_transaction_allocation_instance.to_dict()
# create an instance of FiscalDocumentTransactionAllocation from a dictfiscal_document_transaction_allocation_from_dict=FiscalDocumentTransactionAllocation.from_dict(fiscal_document_transaction_allocation_dict)