mirror of
https://github.com/valitydev/swag-webhook-events.git
synced 2024-11-06 18:35:17 +00:00
6e9c28dce8
This reverts commit7cfad9a4f4
, reversing changes made to3cc4b30c56
.
27 lines
607 B
YAML
27 lines
607 B
YAML
description: Данные плательщика
|
||
type: object
|
||
required:
|
||
- id
|
||
- shopID
|
||
- status
|
||
- contactInfo
|
||
- metadata
|
||
properties:
|
||
id:
|
||
description: Идентификатор плательщика
|
||
type: string
|
||
shopID:
|
||
description: Идентификатор магазина
|
||
type: string
|
||
status:
|
||
description: Статус плательщика
|
||
type: string
|
||
enum:
|
||
- ready
|
||
- unready
|
||
contactInfo:
|
||
$ref: '#/definitions/ContactInfo'
|
||
metadata:
|
||
description: Связанные с плательщиком метаданные
|
||
type: object
|