swag-payments/spec/definitions/AllocationTransaction.yaml
2021-05-25 16:53:05 +03:00

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'