Client APIAPI ReferenceCheckoutObjectsCheckoutNoteOn this pageCheckoutNote Object Description Note or comment associated with a checkout. Declaration type CheckoutNote { date: Date content: String user: CheckoutUser} Fields NameTypeDescriptiondateDateDate when the note was created.contentStringContent of the note.userCheckoutUserUser who created the note.