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