mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
17 lines
528 B
YAML
17 lines
528 B
YAML
type: object
|
||
allOf:
|
||
- $ref: '#/definitions/CustomerChange'
|
||
- type: object
|
||
description: |
|
||
Требование провести взаимодействие с плательщиком для продолжения процесса
|
||
привязки
|
||
required:
|
||
- customerBindingID
|
||
- userInteraction
|
||
properties:
|
||
customerBindingID:
|
||
description: Идентификатор привязки
|
||
type: string
|
||
userInteraction:
|
||
$ref: '#/definitions/UserInteraction'
|