swag-payments/spec/definitions/AllocationTransaction.yaml

18 lines
448 B
YAML
Raw Normal View History

2021-05-24 14:49:04 +00:00
description: Транзакция распределения денежных средств
2021-05-12 15:04:46 +00:00
type: object
2021-05-25 13:53:05 +00:00
discriminator: allocationBodyType
2021-05-12 15:04:46 +00:00
required:
- target
2021-05-25 13:53:05 +00:00
- allocationBodyType
2021-05-12 15:04:46 +00:00
properties:
target:
2021-05-24 14:49:04 +00:00
$ref: '#/definitions/AllocationTarget'
2021-05-25 13:53:05 +00:00
allocationBodyType:
description: Тело транзакции
type: string
enum:
- AllocationBodyAmount
- AllocationBodyTotal
2021-05-12 15:04:46 +00:00
cart:
$ref: '#/definitions/InvoiceCart'