mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
46d5dc527e
Add optional external ID to entity params. Add ExternalIDConflict responses
22 lines
560 B
YAML
22 lines
560 B
YAML
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
|