mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
12 lines
273 B
YAML
12 lines
273 B
YAML
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/PaymentTool'
|
|
- type: object
|
|
description: Электронный кошелёк
|
|
discriminator: digitalWalletType
|
|
properties:
|
|
digitalWalletType:
|
|
type: string
|
|
enum:
|
|
- DigitalWalletQIWI
|