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