Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.92 KB

File metadata and controls

32 lines (23 loc) · 1.92 KB

HelloAssoApiV5ModelsOrganizationLegalInformationsOrganizationLegalStructuresModel

Properties

Name Type Description Notes
id int [optional]
legal_structure str [optional]
agreement str [optional]
is_fiscal_receipt_eligible bool [optional]

Example

from helloasso_python.models.hello_asso_api_v5_models_organization_legal_informations_organization_legal_structures_model import HelloAssoApiV5ModelsOrganizationLegalInformationsOrganizationLegalStructuresModel

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

# convert the object into a dict
hello_asso_api_v5_models_organization_legal_informations_organization_legal_structures_model_dict = hello_asso_api_v5_models_organization_legal_informations_organization_legal_structures_model_instance.to_dict()
# create an instance of HelloAssoApiV5ModelsOrganizationLegalInformationsOrganizationLegalStructuresModel from a dict
hello_asso_api_v5_models_organization_legal_informations_organization_legal_structures_model_from_dict = HelloAssoApiV5ModelsOrganizationLegalInformationsOrganizationLegalStructuresModel.from_dict(hello_asso_api_v5_models_organization_legal_informations_organization_legal_structures_model_dict)

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