Sage100-vps/schemas/schema_mixte.py
2026-01-08 16:58:43 +03:00

9 lines
187 B
Python

from pydantic import BaseModel
class BaremeRemiseResponse(BaseModel):
client_id: str
remise_max_autorisee: float
remise_demandee: float
autorisee: bool
message: str