swag-payments/spec/definitions/CustomerBindingInteractionRequested.yaml
2017-10-23 16:26:44 +03:00

17 lines
528 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
allOf:
- $ref: '#/definitions/CustomerChange'
- type: object
description: |
Требование провести взаимодействие с плательщиком для продолжения процесса
привязки
required:
- customerBindingID
- userInteraction
properties:
customerBindingID:
description: Идентификатор привязки
type: string
userInteraction:
$ref: '#/definitions/UserInteraction'