swag-payments/spec/definitions/InvoiceLineTaxVAT.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

17 lines
395 B
YAML

allOf:
- $ref: '#/definitions/InvoiceLineTaxMode'
- description: Налог на добавленную стоимость в юрисдикции РФ
type: object
required:
- rate
properties:
rate:
description: Ставка налога
type: string
enum:
- 0%
- 10%
- 18%
- 10/110
- 18/118