        if ((new_checkout_timestamp - new_checkin_timestamp)/ 86400) < token.longterm_rental.minimum_stay {
            return Err(ContractError::LessThanMinimum {});
        }
