fix tier float
This commit is contained in:
parent
539c8e6526
commit
ff9820259b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class EstimationRequest(BaseModel):
|
||||||
class EstimationDetails(BaseModel):
|
class EstimationDetails(BaseModel):
|
||||||
dtq: bool
|
dtq: bool
|
||||||
reason: str
|
reason: str
|
||||||
tier: int
|
tier: float
|
||||||
total_price: float
|
total_price: float
|
||||||
|
|
||||||
class EstimationResult(BaseModel):
|
class EstimationResult(BaseModel):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue