swag-webhook-events/spec/definitions/PaymentResourcePayer.yaml
Inal Arsanukaev 6e9c28dce8 Revert "Merge pull request #14 from rbkmoney/revert-11-epic/subscriptions"
This reverts commit 7cfad9a4f4, reversing
changes made to 3cc4b30c56.
2017-10-19 21:10:09 +03:00

12 lines
271 B
YAML

type: object
description: Платежное средство
allOf:
- $ref: '#/definitions/Payer'
- $ref: '#/definitions/PaymentResource'
- type: object
required:
- contactInfo
properties:
contactInfo:
$ref: '#/definitions/ContactInfo'