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)
15 lines
453 B
YAML
15 lines
453 B
YAML
description: |
|
|
Схема налогообложения предлагаемого товара или услуги.
|
|
|
|
Указывается, только если предлагаемый товар или услуга облагается налогом.
|
|
type: object
|
|
discriminator: type
|
|
required:
|
|
- type
|
|
properties:
|
|
type:
|
|
description: Тип схемы налогообложения
|
|
type: string
|
|
enum:
|
|
- InvoiceLineTaxVAT
|