mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
33 lines
808 B
YAML
33 lines
808 B
YAML
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
|