mirror of
https://github.com/valitydev/swag-webhook-events.git
synced 2024-11-06 18:35:17 +00:00
13 lines
250 B
YAML
13 lines
250 B
YAML
type: object
|
|
discriminator: payerType
|
|
required:
|
|
- payerType
|
|
properties:
|
|
payerType:
|
|
description: Тип платежного средства
|
|
type: string
|
|
enum:
|
|
- CustomerPayer
|
|
- PaymentResourcePayer
|
|
- RecurrentPayer
|