feat: shipping warehouse and cost
This commit is contained in:
@@ -23,6 +23,7 @@ class ServiceSchema(CustomModelCamel):
|
||||
price: float
|
||||
service_type: int
|
||||
price_ranges: List[ServicePriceRangeSchema]
|
||||
cost: Optional[int]
|
||||
|
||||
|
||||
# endregion
|
||||
|
||||
Reference in New Issue
Block a user