mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
11 lines
188 B
YAML
11 lines
188 B
YAML
type: object
|
|
discriminator: method
|
|
properties:
|
|
method:
|
|
description: Метод оплаты
|
|
type: string
|
|
enum:
|
|
- BankCard
|
|
- PaymentTerminal
|
|
- DigitalWallet
|