mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 17:45:24 +00:00
27 lines
770 B
YAML
27 lines
770 B
YAML
description: Транзакция распределения денежных средств
|
|
type: object
|
|
required:
|
|
- target
|
|
- amount
|
|
- currency
|
|
properties:
|
|
target:
|
|
$ref: '#/definitions/AllocationTarget'
|
|
amount:
|
|
description: >
|
|
Сумма перечисляемая выбранному назначению в минорных денежных
|
|
единицах,
|
|
|
|
например в копейках в случае указания российских рублей в качестве
|
|
валюты.
|
|
type: integer
|
|
format: int64
|
|
minimum: 1
|
|
currency:
|
|
x-rebillyMerge:
|
|
- $ref: '#/definitions/Currency'
|
|
totalBody:
|
|
$ref: '#/definitions/AllocationBodyTotal'
|
|
cart:
|
|
$ref: '#/definitions/InvoiceCart'
|