swag-payments/spec/definitions/CostAmountRange.yaml
Anton Belyaev 2e5cc1fb2b Introduce invoice templates (#79)
* introduce invoice templates
* refactor authorization description
* clarify auth description for Invoices operations
2017-07-26 19:06:15 +03:00

16 lines
451 B
YAML

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