swag-payments/spec/definitions/PayoutParams.yaml
2021-07-16 11:06:36 +03:00

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'