swag-payments/spec/definitions/InvoiceCart.yaml
Evgeny Levenets f40a1bf400 Merge epic/online-cashreg (#100)
* HG-240: Introduce invoice cart

* HG-240: Fix review issues

* HG-240: Redesign VAT definition and usage

* HG-246: add cart support to InvoiceTemplating (#93)

* Revert "HG-246: add cart support to InvoiceTemplating (#93)" (#95)

* Add minItems to InvoiceCart definition (#96)
2017-08-22 16:00:49 +03:00

8 lines
202 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'