You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amount of the item payed on this payment term (in cents)
[optional]
Example
fromhelloasso_python.models.hello_asso_api_v5_common_models_statistics_share_paymentimportHelloAssoApiV5CommonModelsStatisticsSharePayment# TODO update the JSON string belowjson="{}"# create an instance of HelloAssoApiV5CommonModelsStatisticsSharePayment from a JSON stringhello_asso_api_v5_common_models_statistics_share_payment_instance=HelloAssoApiV5CommonModelsStatisticsSharePayment.from_json(json)
# print the JSON string representation of the objectprint(HelloAssoApiV5CommonModelsStatisticsSharePayment.to_json())
# convert the object into a dicthello_asso_api_v5_common_models_statistics_share_payment_dict=hello_asso_api_v5_common_models_statistics_share_payment_instance.to_dict()
# create an instance of HelloAssoApiV5CommonModelsStatisticsSharePayment from a dicthello_asso_api_v5_common_models_statistics_share_payment_from_dict=HelloAssoApiV5CommonModelsStatisticsSharePayment.from_dict(hello_asso_api_v5_common_models_statistics_share_payment_dict)