swag-payments/spec/definitions/PaymentInteractionRequested.yaml

17 lines
507 B
YAML
Raw Normal View History

type: object
allOf:
- $ref: '#/definitions/InvoiceChange'
- type: object
description: |
Требование провести взаимодействие с плательщиком для продолжения процесса
платежа
required:
- paymentID
- userInteraction
properties:
paymentID:
description: Идентификатор платежа
type: string
userInteraction:
$ref: '#/definitions/UserInteraction'