Skip to content

Commit

Permalink
CIRCSTORE-506 Added isDcb flag in loan.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SreejaMangarapu committed May 23, 2024
1 parent 995a4cf commit 842bb83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ramls/loan.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
"description": "Indicates whether or not this loan had its due date modified by a recall on the loaned item",
"type": "boolean"
},
"isDcb": {
"description": "Indicates whether or not this loan is associated for DCB use case",
"type": "boolean"
},
"declaredLostDate" : {
"description": "Date and time the item was declared lost during this loan",
"type": "string",
Expand Down

0 comments on commit 842bb83

Please sign in to comment.