ResultsWithPaginationModel class
| Name | Type | Description | Notes |
|---|---|---|---|
| data | List[HelloAssoApiV5CommonModelsStatisticsPayment] | Data property | [optional] |
| pagination | HelloAssoApiV5CommonModelsCommonPaginationModel | [optional] |
from helloasso_python.models.hello_asso_api_v5_common_models_common_results_with_pagination_model_payment import HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelPayment
# TODO update the JSON string below
json = "{}"
# create an instance of HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelPayment from a JSON string
hello_asso_api_v5_common_models_common_results_with_pagination_model_payment_instance = HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelPayment.from_json(json)
# print the JSON string representation of the object
print(HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelPayment.to_json())
# convert the object into a dict
hello_asso_api_v5_common_models_common_results_with_pagination_model_payment_dict = hello_asso_api_v5_common_models_common_results_with_pagination_model_payment_instance.to_dict()
# create an instance of HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelPayment from a dict
hello_asso_api_v5_common_models_common_results_with_pagination_model_payment_from_dict = HelloAssoApiV5CommonModelsCommonResultsWithPaginationModelPayment.from_dict(hello_asso_api_v5_common_models_common_results_with_pagination_model_payment_dict)