EndLoanReason
The valid reasons for a loan termination.
enum EndLoanReason {
RETURNED
REVOKED
}
Values
EndLoanReason.RETURNED
The user has requested termination of the loan.
EndLoanReason.REVOKED
The license owner requests termination of the loan.
Member of
endLoan
mutation