Rango de precios (Total)
{{ helpers.formatCurrency(availableFilters.priceRanges.min, bookingData.currency_id)
}}
{{ helpers.formatCurrency(availableFilters.priceRanges.max, bookingData.currency_id)
}}
| {{ priceSummary.rental_class.details.title_print}} |
| {{ priceSummary.insurance.details.title_print}} |
| {{ extra.details.title_print }} x {{ extra.qty }} |
| {{ priceSummary.pickup_fee.name }}: | |
| {{ priceSummary.return_fee.name }}: | |
| Tarifa por distancia: {{ priceSummary.distance_fee.distance_print }} |
| Total bruto : | {{ priceSummary.discounted_gross_total_print}} |
| {{ tax.label }}: | {{ tax.total_print }} |
| Total: | {{ priceSummary.grand_total_print }} |
| Total pagado: | {{ priceSummary.total_paid_print }} |
| Importe a pagar: | {{ priceSummary.amount_due_print }} |
| Depósito total: | {{ priceSummary.deposit_print }} |