borrower struct

Structure representing borrower information.

Contains name borrower, device, ID, day rented, expired day of the device.

Public variables

std::string name_borrower
std::string name_device
std::string ID
std::string today
std::string expired_day