swag-payments/spec/definitions/CostAmountRange.yaml

16 lines
451 B
YAML
Raw Normal View History

type: object
required:
- upperBound
- lowerBound
properties:
upperBound:
description: Верхняя (включительная) граница стоимости товаров или услуг.
type: integer
format: int64
minimum: 1
lowerBound:
description: Нижняя (включительная) граница стоимости товаров или услуг.
type: integer
format: int64
minimum: 1