mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
2e5cc1fb2b
* introduce invoice templates * refactor authorization description * clarify auth description for Invoices operations
11 lines
312 B
YAML
11 lines
312 B
YAML
type: object
|
|
discriminator: invoiceTemplateCostType
|
|
description: |
|
|
Ограничения на стоимость товаров и услуг для инвойсов, генерируемых по
|
|
шаблону.
|
|
required:
|
|
- invoiceTemplateCostType
|
|
properties:
|
|
invoiceTemplateCostType:
|
|
type: string
|