Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.72 KB

File metadata and controls

32 lines (23 loc) · 1.72 KB

HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption

Properties

Name Type Description Notes
var_date str [optional]
order str [optional]
root str [optional]
separator str [optional]

Example

from helloasso_python.models.hello_asso_models_payments_cash_in_fiscal_receipt_fiscal_receipt_format_option import HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption

# TODO update the JSON string below
json = "{}"
# create an instance of HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption from a JSON string
hello_asso_models_payments_cash_in_fiscal_receipt_fiscal_receipt_format_option_instance = HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption.from_json(json)
# print the JSON string representation of the object
print(HelloAssoModelsPaymentsCashInFiscalReceiptFiscalReceiptFormatOption.to_json())

# convert the object into a dict
hello_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 dict
hello_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)

[Back to Model list] [Back to API list] [Back to README]