Skip to content

Commit ff85db3

Browse files
Require amount in PaymentDetail (#2)
1 parent 429adbb commit ff85db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helloasso_api_wrapper/models/statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class PaymentDetail(BaseModel):
255255
paymentReceiptUrl: str | None = None
256256
fiscalReceiptUrl: str | None = None
257257
id: int
258-
amount: int | None = None
258+
amount: int
259259
amountTip: int | None = None
260260
date: datetime | None = None
261261
paymentMeans: enums.PaymentMeans | None = None

0 commit comments

Comments
 (0)