| Name | Type | Description | Notes |
|---|---|---|---|
| data | List[CompanyResponse] | [optional] |
from conekta.models.get_companies_response_all_of import GetCompaniesResponseAllOf
# TODO update the JSON string below
json = "{}"
# create an instance of GetCompaniesResponseAllOf from a JSON string
get_companies_response_all_of_instance = GetCompaniesResponseAllOf.from_json(json)
# print the JSON string representation of the object
print GetCompaniesResponseAllOf.to_json()
# convert the object into a dict
get_companies_response_all_of_dict = get_companies_response_all_of_instance.to_dict()
# create an instance of GetCompaniesResponseAllOf from a dict
get_companies_response_all_of_form_dict = get_companies_response_all_of.from_dict(get_companies_response_all_of_dict)