|
Lines 53-58
Link Here
|
| 53 |
], |
53 |
], |
| 54 |
"description": "Account line debit type" |
54 |
"description": "Account line debit type" |
| 55 |
}, |
55 |
}, |
|
|
56 |
"credit_type": { |
| 57 |
"type": [ |
| 58 |
"string", |
| 59 |
"null" |
| 60 |
], |
| 61 |
"description": "Account line credit type" |
| 62 |
}, |
| 56 |
"payment_type": { |
63 |
"payment_type": { |
| 57 |
"type": [ |
64 |
"type": [ |
| 58 |
"string", |
65 |
"string", |
|
Lines 96-101
Link Here
|
| 96 |
"null" |
103 |
"null" |
| 97 |
], |
104 |
], |
| 98 |
"description": "Internal identifier for the library in which the transaction took place" |
105 |
"description": "Internal identifier for the library in which the transaction took place" |
|
|
106 |
}, |
| 107 |
"interface": { |
| 108 |
"type": [ "string", "null" ], |
| 109 |
"description": "Interface in which the account line was generated (values can be: api, cron, commandline, intranet, opac and sip)" |
| 110 |
}, |
| 111 |
"status": { |
| 112 |
"type": [ "string", "null" ], |
| 113 |
"description": "The credit/debit status" |
| 114 |
}, |
| 115 |
"cash_register_id": { |
| 116 |
"type": [ "integer", "null" ], |
| 117 |
"description": "Internal identifier for the cash register used for the payment (if any)" |
| 99 |
} |
118 |
} |
| 100 |
}, |
119 |
}, |
| 101 |
"additionalProperties": false |
120 |
"additionalProperties": false |