All tasks have a one-hour minimum, which means Taskers aren't able to invoice for less than one hour. After the first hour, Taskers are able to invoice in 15-minute increments.
While the Taskrabbit platform sets a one-hour minimum on all tasks, Taskers are independent contractors who may have their own higher hourly minimum.
Remember—we're a cashless platform, so you should pay your Tasker securely through the website or app.
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>