swag-payments/spec/definitions/InvoiceCart.yaml
2019-04-12 13:28:55 +03:00

8 lines
179 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

description: |
Корзина с набором позиций товаров или услуг
type: array
minItems: 1
maxItems: 100
items:
$ref: '#/definitions/InvoiceLine'