mirror of
https://github.com/valitydev/swag-webhook-events.git
synced 2024-11-06 10:25:17 +00:00
6e9c28dce8
This reverts commit7cfad9a4f4
, reversing changes made to3cc4b30c56
.
12 lines
271 B
YAML
12 lines
271 B
YAML
type: object
|
|
description: Платежное средство
|
|
allOf:
|
|
- $ref: '#/definitions/Payer'
|
|
- $ref: '#/definitions/PaymentResource'
|
|
- type: object
|
|
required:
|
|
- contactInfo
|
|
properties:
|
|
contactInfo:
|
|
$ref: '#/definitions/ContactInfo'
|