Skip to content

Commit a10d725

Browse files
Make PaymentDetail id not optional
1 parent 91c36ef commit a10d725

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
@@ -254,7 +254,7 @@ class PaymentDetail(BaseModel):
254254
cashOutState: enums.PaymentCashOutState | None = None
255255
paymentReceiptUrl: str | None = None
256256
fiscalReceiptUrl: str | None = None
257-
id: int | None = None
257+
id: int
258258
amount: int | None = None
259259
amountTip: int | None = None
260260
date: datetime | None = None

0 commit comments

Comments
 (0)