Bug 30719: ILL Batch Statuses
[koha.git] / api / v1 / swagger / definitions / patron_balance.yaml
1 ---
2 type: object
3 properties:
4   balance:
5     type: number
6     description: Signed decimal number
7   outstanding_credits:
8     properties:
9       total:
10         type: number
11       lines:
12         type: array
13         items:
14           $ref: "account_line.yaml"
15   outstanding_debits:
16     type: object
17     properties:
18       total:
19         type: number
20       lines:
21         type: array
22         items:
23           $ref: "account_line.yaml"
24 additionalProperties: false
25 required:
26   - balance