{{~#*inline "format-money"~}} {{money-amount money}} {{money.currency}} {{~/inline~}} {{~#*inline "format-date"~}} {{date date format="MMM d, YYYY"}} {{~/inline~}}
{{#with transaction}}Good news! {{customer.display-name}} just requested to book {{listing.title}} from {{> format-date date=booking.start}} to {{> format-date date=booking.end}}. Here's the breakdown.
| Payment | |||
|---|---|---|---|
| {{> format-money money=unit-price}} × {{number quantity}} {{inflect quantity "night" "nights"}} | {{> format-money money=line-total}} | {{/eq}} {{#eq "provider-commission" code}}{{marketplace.name}} fee: | {{> format-money money=line-total}} | {{/eq}}
| You earn | {{> format-money money=payout-total}} |
You need to accept the request by {{> format-date date=booking-expires-on}}. Otherwise the request will be expired and you won't get paid. If the booked dates won't work for you, you can also choose to decline the request.
{{/with}}