Sage100-vps/schemas/schema_mixte.py

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