Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.58 KB

File metadata and controls

31 lines (22 loc) · 1.58 KB

HelloAssoApiV5CommonModelsAccountsCompanyLegalStatusModel

user/payer company legal status

Properties

Name Type Description Notes
id int Company legal status id [optional]
label str Company legal status label [optional]

Example

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)

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