swag-payments/spec/definitions/Customer.yaml
2021-03-30 14:09:23 +03:00

33 lines
808 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
externalID:
x-rebillyMerge:
- $ref: '#/definitions/ExternalID'
- description: Внешний идентификатор плательщика
shopID:
description: Идентификатор магазина
type: string
partyID:
x-rebillyMerge:
- $ref: '#/definitions/PartyID'
contactInfo:
$ref: '#/definitions/ContactInfo'
status:
description: Статус плательщика
type: string
readOnly: true
enum:
- ready
- unready
metadata:
description: Связанные с плательщиком метаданные
type: object