mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
31 lines
818 B
YAML
31 lines
818 B
YAML
type: object
|
|
required:
|
|
- shopID
|
|
- payoutToolID
|
|
- amount
|
|
- currency
|
|
properties:
|
|
id:
|
|
x-rebillyMerge:
|
|
- $ref: '#/definitions/PayoutID'
|
|
shopID:
|
|
description: Идентификатор магазина
|
|
type: string
|
|
partyID:
|
|
x-rebillyMerge:
|
|
- $ref: '#/definitions/PartyID'
|
|
payoutToolID:
|
|
description: Идентификатор инструмента выплаты
|
|
type: string
|
|
amount:
|
|
description: |
|
|
Сумма выплаты в минорных денежных
|
|
единицах, например в копейках в случае указания российских рублей в
|
|
качестве валюты.
|
|
type: integer
|
|
format: int64
|
|
minimum: 1
|
|
currency:
|
|
x-rebillyMerge:
|
|
- $ref: '#/definitions/Currency'
|