In addition to your Tasker’s hourly rate, all invoices will contain the Taskrabbit Service fee.
The Service fee is a percentage of the total price you pay for your task, excluding any reimbursements made to the Tasker. This fee is included within the hourly cost line item on the invoice.
Please note, expenses are not subject to this fee. Taskers always receive 100% of any expenses reimbursements and tips.
More information about the Service fee can be found here.
<% 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 }) %> <% }); %>