swag-payments/spec/definitions/CustomerParams.yaml
Yaroslav Rogov 46d5dc527e
ED-81+ED-92+ED-93+ED-94/feat: Add external ids
Add optional external ID to entity params.
Add ExternalIDConflict responses
2021-03-30 13:51:12 +03:00

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