mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
f40a1bf400
* 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)
8 lines
202 B
YAML
8 lines
202 B
YAML
description: |
|
||
Корзина с набором позиций продаваемых товаров или услуг
|
||
type: array
|
||
minItems: 1
|
||
maxItems: 100
|
||
items:
|
||
$ref: '#/definitions/InvoiceLine'
|