swag-webhook-events/spec/definitions/Customer.yaml
Inal Arsanukaev 6e9c28dce8 Revert "Merge pull request #14 from rbkmoney/revert-11-epic/subscriptions"
This reverts commit 7cfad9a4f4, reversing
changes made to 3cc4b30c56.
2017-10-19 21:10:09 +03:00

27 lines
607 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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