BJ-613 Alipay and Wechat. QR code user interaction

This commit is contained in:
a.romanov 2019-10-21 13:12:22 +03:00
parent cb16c797dc
commit b2cf429c09
2 changed files with 14 additions and 1 deletions

View File

@ -1,4 +1,6 @@
description: Провайдер терминальной сети
type: string
enum:
- euroset
- euroset
- wechat
- alipay

View File

@ -0,0 +1,11 @@
type: object
allOf:
- $ref: '#/definitions/UserInteraction'
- type: object
required:
- qrCode
properties:
qrCode:
description: Содержимое QR-кода, записанное в виде потока байт
type: string
format: binary