We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c36ef commit a10d725Copy full SHA for a10d725
1 file changed
helloasso_api_wrapper/models/statistics.py
@@ -254,7 +254,7 @@ class PaymentDetail(BaseModel):
254
cashOutState: enums.PaymentCashOutState | None = None
255
paymentReceiptUrl: str | None = None
256
fiscalReceiptUrl: str | None = None
257
- id: int | None = None
+ id: int
258
amount: int | None = None
259
amountTip: int | None = None
260
date: datetime | None = None
0 commit comments