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
fromhelloasso_python.models.hello_asso_models_payments_cash_in_fiscal_receipt_fiscal_receipt_format_optionimportHelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption# TODO update the JSON string belowjson="{}"# create an instance of HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption from a JSON stringhello_asso_models_payments_cash_in_fiscal_receipt_fiscal_receipt_format_option_instance=HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption.from_json(json)
# print the JSON string representation of the objectprint(HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption.to_json())
# convert the object into a dicthello_asso_models_payments_cash_in_fiscal_receipt_fiscal_receipt_format_option_dict=hello_asso_models_payments_cash_in_fiscal_receipt_fiscal_receipt_format_option_instance.to_dict()
# create an instance of HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption from a dicthello_asso_models_payments_cash_in_fiscal_receipt_fiscal_receipt_format_option_from_dict=HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption.from_dict(hello_asso_models_payments_cash_in_fiscal_receipt_fiscal_receipt_format_option_dict)