swag-payments/spec/definitions/ShopAccountCreation.yaml

12 lines
284 B
YAML
Raw Normal View History

description: Создание новых счетов в магазине
type: object
allOf:
- $ref: '#/definitions/ShopModification'
- type: object
required:
- currency
properties:
currency:
x-rebillyMerge:
- $ref: '#/definitions/Currency'