swag-payments/spec/definitions/PaymentMethod.yaml

11 lines
188 B
YAML
Raw Normal View History

type: object
discriminator: method
properties:
method:
description: Метод оплаты
type: string
enum:
- BankCard
- PaymentTerminal
- DigitalWallet