mirror of
https://github.com/valitydev/swag-webhook-events.git
synced 2024-11-06 10:25:17 +00:00
6e9c28dce8
This reverts commit7cfad9a4f4
, reversing changes made to3cc4b30c56
.
10 lines
293 B
YAML
10 lines
293 B
YAML
description: Событие о наступлении готовности плательщика к проведению оплаты
|
||
allOf:
|
||
- $ref: '#/definitions/Event'
|
||
- type: object
|
||
required:
|
||
- customer
|
||
properties:
|
||
customer:
|
||
$ref: '#/definitions/Customer'
|