Represent a lent of one of your items.
The Xml element can contains the following sub-element:

  • Borrower: NSString the name of the person that lent the item.
  • LentDate: NSString the date when you borrow the item. Saved with format YYYY-MM-DD
  • DueDate: NSString the date when the borrower should return the item. Saved with format YYYY-MM-DD
  • ReturnDate: NSString the date when the borrower effectively return the item. Saved with format YYYY-MM-DD
  • LentId: NSString the identification of the lent in the database. It’s use for the automatic lent update in the group.

<Lending>
 <Borrower>Someone</Borrower>
 <LentDate>2009-05-17</LentDate>
 <LentId>0CB95E7D-E41C-49D4-A17B-79C71F786AE5</LentId>
</Lending>