swag-payments/spec/definitions/Customer.yaml
2017-10-23 16:26:44 +03:00

26 lines
578 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.

type: object
required:
- shopID
- contactInfo
- metadata
properties:
id:
description: Идентификатор плательщика
type: string
readOnly: true
shopID:
description: Идентификатор магазина
type: string
contactInfo:
$ref: '#/definitions/ContactInfo'
status:
description: Статус плательщика
type: string
readOnly: true
enum:
- ready
- unready
metadata:
description: Связанные с плательщиком метаданные
type: object