mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
16 lines
470 B
YAML
16 lines
470 B
YAML
description: Создание инструмента вывода в рамках договора
|
|
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/ContractModification'
|
|
- allOf:
|
|
- type: object
|
|
required:
|
|
- payoutToolID
|
|
properties:
|
|
payoutToolID:
|
|
description: Идентификатор средства вывода
|
|
type: string
|
|
maxLength: 40
|
|
minLength: 1
|
|
- $ref: '#/definitions/PayoutToolParams'
|