mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
14 lines
325 B
YAML
14 lines
325 B
YAML
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/PaymentMethod'
|
|
- type: object
|
|
required:
|
|
- cryptoCurrencies
|
|
properties:
|
|
cryptoCurrencies:
|
|
description: Список криптовалют
|
|
type: array
|
|
items:
|
|
x-rebillyMerge:
|
|
- $ref: '#/definitions/CryptoCurrency'
|