swag-webhook-events/spec/definitions/CustomerBindingSucceeded.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

13 lines
366 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.

description: Событие об успешной привязке плательщика к платежному средству
allOf:
- $ref: '#/definitions/Event'
- type: object
required:
- customer
- binding
properties:
customer:
$ref: '#/definitions/Customer'
binding:
$ref: '#/definitions/CustomerBinding'