swag-payments/spec/definitions/PaymentMethod.yaml

11 lines
188 B
YAML

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