mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
18 lines
448 B
YAML
18 lines
448 B
YAML
description: Транзакция распределения денежных средств
|
|
type: object
|
|
discriminator: allocationBodyType
|
|
required:
|
|
- target
|
|
- allocationBodyType
|
|
properties:
|
|
target:
|
|
$ref: '#/definitions/AllocationTarget'
|
|
allocationBodyType:
|
|
description: Тело транзакции
|
|
type: string
|
|
enum:
|
|
- AllocationBodyAmount
|
|
- AllocationBodyTotal
|
|
cart:
|
|
$ref: '#/definitions/InvoiceCart'
|