mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
2e5cc1fb2b
* introduce invoice templates * refactor authorization description * clarify auth description for Invoices operations
16 lines
451 B
YAML
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
|