user/payer company legal status
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Company legal status id | [optional] |
| label | str | Company legal status label | [optional] |
from helloasso_python.models.hello_asso_api_v5_common_models_accounts_company_legal_status_model import HelloAssoApiV5CommonModelsAccountsCompanyLegalStatusModel
# TODO update the JSON string below
json = "{}"
# create an instance of HelloAssoApiV5CommonModelsAccountsCompanyLegalStatusModel from a JSON string
hello_asso_api_v5_common_models_accounts_company_legal_status_model_instance = HelloAssoApiV5CommonModelsAccountsCompanyLegalStatusModel.from_json(json)
# print the JSON string representation of the object
print(HelloAssoApiV5CommonModelsAccountsCompanyLegalStatusModel.to_json())
# convert the object into a dict
hello_asso_api_v5_common_models_accounts_company_legal_status_model_dict = hello_asso_api_v5_common_models_accounts_company_legal_status_model_instance.to_dict()
# create an instance of HelloAssoApiV5CommonModelsAccountsCompanyLegalStatusModel from a dict
hello_asso_api_v5_common_models_accounts_company_legal_status_model_from_dict = HelloAssoApiV5CommonModelsAccountsCompanyLegalStatusModel.from_dict(hello_asso_api_v5_common_models_accounts_company_legal_status_model_dict)