From f7000dc63b48e304cdc9f5ac5409d19e1d6f0aeb Mon Sep 17 00:00:00 2001 From: armanddidierjean <95971503+armanddidierjean@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:56:05 +0200 Subject: [PATCH] Require `amount` in `PaymentDetail` --- helloasso_api_wrapper/models/statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloasso_api_wrapper/models/statistics.py b/helloasso_api_wrapper/models/statistics.py index 1180532..9f20dbc 100644 --- a/helloasso_api_wrapper/models/statistics.py +++ b/helloasso_api_wrapper/models/statistics.py @@ -255,7 +255,7 @@ class PaymentDetail(BaseModel): paymentReceiptUrl: str | None = None fiscalReceiptUrl: str | None = None id: int - amount: int | None = None + amount: int amountTip: int | None = None date: datetime | None = None paymentMeans: enums.PaymentMeans | None = None