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)
17 lines
395 B
YAML
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
|