Files
finance-app/src/__tests__/fixtures/orders/real/ut-00.html
T
siddharthd c656f5d26b
ci / lint-test (push) Failing after 45s
feat(orders): read Uber trips, and reject the charge summary that duplicates them
Local rides are paid with credits (only overseas ones go on a card), so trips
belong to this slice and were simply never fetched — the Graph query searched
"order with Uber", the Eats subject. Captured 15 real messages from the mailbox
via a dry-run before touching anything, which found two defects that no amount
of reasoning about the template would have:

**Uber sends two mails per trip.** A "charge summary" when the ride ends, then
the real receipt when payment settles — same subject, same total. The summary
carries no tripReference, so order_reference fell back to `msg:<message-id>`
and I7 could not dedupe it against the receipt that follows. Every trip would
have been recorded twice. It says so itself ("This is not a payment receipt ...
You will receive a trip receipt when the payment is processed"), so it is now a
NotAReceiptError — 200 and silent, like every other expected non-receipt.

**Trip receipts label neither end of the journey.** Delivery receipts write
"1:20 pm - Pick-up"; trips print the time alone. The split regex put the time
into `label` and left `time` null. Time is now read properly, and a two-stop
trip is labelled Pick-up/Drop-off positionally — only where the receipt was
silent, so a template that does label its stops keeps its own wording.

Verified against all 15 captured messages: 7 trips recorded, 5 charge summaries
and 3 promotions skipped, 0 failures, no duplicate references. Two of the seven
are AUD credits-funded ($84.78 + $47.97) and would become transactions; the
five NZD ones are card-settled and correctly create provenance only (I5).

Fixtures ut-00 (local credits trip), ut-01 (overseas card trip) and ut-summary
(the charge summary) are captured mail, not written by hand.
2026-07-27 11:21:13 +10:00

241 lines
83 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="color-scheme" content="light dark"><meta name="supported-color-schemes" content="light dark only"><style type="text/css">
<!--
body
{margin:0;
padding:0}
table, td
{border-collapse:collapse}
*
{font-family:ubermovetextregular,Arial,sans-serif}
nobr
{display:inline;
color:inherit;
white-space:nowrap}
-->
</style><style type="text/css">
<!--
.notification
{background:#eff4fe;
background-color:#eff4fe}
.notification a
{color:#000}
.notification.info
{background:#eff4fe;
background-color:#eff4fe}
.notification.positive
{background:#eaf6ed;
background-color:#eaf6ed}
.notification.warning
{background:#fdf2dc;
background-color:#fdf2dc}
.notification.negative
{background:#fff0ee;
background-color:#fff0ee}
.body-root
{background:#fff;
background-color:#fff;
color:#000}
.total-fare-wrapper .total-fare-content.arrear .total-fare-amount
{color:#de1135}
.img-dark
{display:none}
.disclaimer-text a
{color:#000!important;
font-weight:700!important}
.disclaimer-action
{text-align:right}
.disclaimer-action a
{color:#000!important;
font-family:UberMoveTextMedium,Arial,sans-serif;
font-weight:500!important;
font-size:14px!important;
font-size:.875rem!important;
line-height:20px!important;
line-height:1.25rem!important}
.additional-info-value a
{color:#000!important;
font-family:UberMoveTextMedium,Arial,sans-serif;
font-weight:500!important;
font-size:16px!important;
font-size:1rem!important;
line-height:20px!important;
line-height:1.25rem!important}
.footer .mobile-content a
{text-decoration:none}
.footer, .footer a
{color:#fff!important}
.footer a
{font-family:UberMoveTextMedium,Arial,sans-serif;
font-weight:500!important;
font-size:14px!important;
line-height:20px!important;
font-size:.875rem!important;
line-height:1.25rem!important}
.action-panel .action-panel-button, .action-panel .action-panel-button a
{color:#000!important}
.mobile-content .hidden
{display:none!important}
.benefit-box
{padding-bottom:16px}
.action-panel-title
{vertical-align:top}
.sc_item_title
{padding-right:8px}
.sc_item_quantity
{background-color:#e8e8e8;
color:#000}
.sc_item_title, .sc_item_price
{color:#000}
.sc_item_sub_text
{color:#707070!important}
.ad-container
{margin-bottom:14px;
height:100%}
.header-charge-summary, .header-charge-summary-table-row
{background:#000!important;
background-color:#000!important}
-->
</style><style type="text/css" data-style-type="dark">
<!--
@media(prefers-color-scheme:dark){
.img-dark
{display:block!important}
.img-light
{display:none!important}
.header, .header-table-row
{background:#292929!important;
background-color:#292929!important;
color:#fff!important}
.header-charge-summary, .header-charge-summary-table-row
{background:#000!important;
background-color:#000!important}
.header .date
{color:#ddd!important}
.body-root
{background:#161616!important;
background-color:#161616!important;
color:#fff!important}
.notification
{color:#fff!important;
background:#eff4fe!important;
background-color:#eff4fe!important}
.notification a
{color:#fff!important}
.notification.info
{background:#182946!important;
background-color:#182946!important}
.notification.positive
{background:#162f1e!important;
background-color:#162f1e!important}
.notification.warning
{background:#39240a!important;
background-color:#39240a!important}
.notification.negative
{background:#4a1216!important;
background-color:#4a1216!important}
.notification-button
{background:#22375c!important;
background-color:#22375c!important;
color:#dedede!important}
.total-fare-wrapper .total-fare-content.arrear .total-fare-amount
{color:#de5b5d!important}
.divider-wrapper .divider-line
{background-color:#292929!important;
background:#292929!important}
.footer .divider-line
{background-color:#383838!important;
background:#383838!important}
.footer, .footer a
{color:#d1d1d1!important}
.payment-item .payment-meta-text
{color:#ababab!important}
.disclaimer-action a, .additional-info-value a
{color:#fff!important;
white-space:nowrap}
.action-panel
{border-color:#292929!important}
.action-panel .action-panel-button
{background:#383838!important;
background-color:#383838!important;
color:#dedede!important}
.action-panel .action-panel-button a
{color:#dedede!important}
.pickup-icon-2
{background:#dedede!important}
.dropoff-icon-2
{background-color:initial!important}
.vehicle-detail-col
{border-bottom:1px solid #292929!important}
.vehicle-detail-label, .address-point-label, .disclaimer-heading, .benefit-text
{color:#dedede!important}
.vehicle-detail-desc, .disclaimer-text, .disclaimer-text a
{color:#ababab!important}
.address-point-desc
{color:#8c8c8c!important}
.benefit-box-table
{background:#292929!important;
background-color:#292929!important;
border-color:#292929!important}
.sc_item_quantity
{background-color:#383838!important;
color:#fff!important}
.sc_item_title, .sc_item_price
{color:#fff!important}
.sc_item_sub_text
{color:#c4c4c4!important}
}
-->
</style><style type="text/css">
<!--
@media only screen and (max-width:699px){
.header-table-cell
{padding-right:5px!important;
padding-left:5px!important}
.header-table-cell-with-text
{padding-right:20px!important;
padding-left:20px!important}
.desktop-content
{display:none!important}
.mobile-content
{display:block!important}
.mobile-content .hidden
{display:table-cell!important}
.mobile-table
{display:table!important}
.mobile-column
{width:100%!important}
.body-content
{padding-top:24px!important;
padding-right:24px!important;
padding-bottom:32px!important;
padding-left:24px!important}
.footer-table-cell
{padding-right:24px!important;
padding-left:24px!important}
.footer .entity-info
{width:75%!important}
.footer a
{font-size:16px!important;
line-height:20px!important;
font-size:1rem!important;
line-height:1.25rem!important}
.mobile-content .address-point-desc
{padding-bottom:24px}
.benefit-container, .benefit-box
{display:block;
width:100%}
.benefit-spacer
{height:0!important}
.membershipLogo-container
{padding-left:11px!important}
.notification-button
{width:auto!important}
.ad-text-container
{width:100%;
padding:12px!important}
}
-->
</style></head><body style="background-color:#d6d6d5"><img alt="" src="https://tracking.ibt.uber.com/tracking/1/open/YDPmUKqB" width="1" height="1"><table width="100%" border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td></td><td align="center" width="700"><table class="receipt" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%; max-width:700px; font-size:16px"><tbody><tr><td><div><div class="header mj-outlook-group-fix" dir="ltr" style="background:#e8e8e8; background-color:#e8e8e8; color:#000"><table class="header-table-row" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#e8e8e8; background-color:#e8e8e8; color:#000; width:100%; table-layout:fixed"><tbody><tr><td class="header-table-cell" class="mobile-column" style="width:70%; vertical-align:middle; padding-left:48px; padding-right:0; padding-bottom:32px; padding-top:32px"><table border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/uber-logo.png" width="94" height="44"></td></tr></tbody></table></td><td class="desktop-content header-table-cell-with-text" align="right" style="width:30%; padding-left:0; padding-right:63px; padding-bottom:0; padding-top:32px; font-family:UberMoveTextMedium,Arial,sans-serif; font-size:12px; line-height:16px; font-size:.75rem; line-height:1rem; text-align:right; font-weight:500; vertical-align:top; color:#4b4b4b"><div class="date" style="color:#4b4b4b">21 June, 2026</div><div class="date" style="color:#4b4b4b">7:29 pm</div></td></tr></tbody></table><table class="header-table-row" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#e8e8e8; background-color:#e8e8e8; color:#000; width:100%; table-layout:fixed"><tbody><tr><td class="header-table-cell-with-text" style="padding-top:8px; padding-left:63px"></td></tr><tr><td class="membershipLogo-container" style="padding-top:8px; padding-bottom:8px; padding-left:63px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/UO_logo.png" width="93" height="32"></td></tr><tr class="mobile-content" style="display:none"><td class="mobile-column header-table-cell-with-text" style="width:65%; padding-left:48px; padding-right:0; padding-bottom:16px; padding-top:0; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem; font-family:UberMoveTextMedium,Arial,sans-serif; padding-left:15px; padding-top:10px; font-weight:500"><div class="date" style="color:#4b4b4b">21 June, 2026 , 7:29 pm</div></td></tr><tr><td><table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td class="header-table-cell-with-text" class="mobile-column" style="width:70%; padding-left:63px; padding-right:16px; padding-bottom:32px"><div class="headerMessage" style="font-size:44px; font-size:2.75rem; line-height:52px; line-height:3.25rem; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; word-wrap:break-word">Thanks for riding, Siddharth</div><br><div style="font-size:18px; font-size:1.125rem; line-height:28px; line-height:1.75rem; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400">We hope you enjoyed your ride this evening.</div></td><td class="desktop-content header-table-cell" align="right" style="width:30%; text-align:right; padding-left:0; padding-right:48px; padding-bottom:32px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/uber_rides.png" height="162" style="height:160px; height:10rem"></td></tr></tbody></table></td></tr></tbody></table></div><div class="body-wrapper mj-outlook-group-fix"><table class="body-root" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#fff; background-color:#fff; width:100%"><tbody><tr><td class="body-content" style="width:100%; vertical-align:middle; padding-left:64px; padding-right:64px; padding-bottom:32px; padding-top:32px"><div class="total-fare-wrapper mj-outlook-group-fix"><table dir="ltr" class="total-fare-content received" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr><td data-testid="total_fare_title" class="total-fare-title" style="width:100%; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:32px; line-height:40px; font-size:2rem; line-height:2.5rem">Total</td><td data-testid="total_fare_amount" class="total-fare-amount" style="font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:32px; line-height:40px; font-size:2rem; line-height:2.5rem">$84.78</td></tr></tbody></table></div><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:24px; padding-bottom:16px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto; width:100%"><tbody><tr class="benefit-container"><td width="49%" class="benefit-box" style="padding-bottom:16px"><table class="benefit-box-table" cellpadding="0" cellspacing="0" width="100%" style="border:2px solid #f3f3f3; border-radius:12px; border-spacing:0; table-layout:auto; width:100%; background:#f3f3f3; padding:12px 16px; border-collapse:separate"><tbody><tr><td width="32" style="padding:0 6px; width:32px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/one-cashback.png" width="20" height="20"></td><td><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto; width:100%"><tbody><tr><td style="font-family:UberMoveBold,Arial,sans-serif; font-size:1.125rem; font-weight:700; line-height:1.5rem; color:#9f6402">$4.24</td></tr><tr><td class="benefit-text" style="font-family:UberMoveMedium,Arial,sans-serif; font-size:1rem; font-weight:500; line-height:1.25rem; color:#000">Uber One credits earned</td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table><div class="fare-info-wrapper"><div class="fare-breakdown-wrapper mj-outlook-group-fix"><table dir="ltr" class="fare-breakdown-item" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td data-testid="fare_line_item_label_trip_fare" class="fare-breakdown-name" valign="top" align="left" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-right:12px; padding-top:15px; direction:ltr; text-align:left">Trip fare</td><td data-testid="fare_line_item_amount_trip_fare" class="fare-breakdown-amount" valign="top" align="right" style="color:inherit; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-top:15px; text-align:right; white-space:nowrap; direction:ltr">$84.14</td></tr></tbody></table></div><div class="fare-breakdown-wrapper mj-outlook-group-fix"><table dir="ltr" class="fare-breakdown-item" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td data-testid="fare_line_item_label_booking_fee" class="fare-breakdown-name" valign="top" align="left" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-right:12px; padding-top:15px; direction:ltr; text-align:left">Booking Fee <a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2F1E3zi0vWbxJhpgvJbqKGD9pC4mApT3rh9PKYR6v_Xqw3TEOs34sv0ziIdk3jqQjnHPqvLKdYvg6ci4UALBtBseOKyY-9pLUwUERj18bcCJDsbuWyRrEcw4FfWcLAovP_bvAuVX3iO4FsLbs5f_5oicXH64yF55H9-ZKg5UfcTBiq-Ngu8LBE_8Ep3gX5d3SQgCMY6sj_-D80ruAiRFi4ygshSUG7WKi9jqpVtWfVn--RlE2hUQoC8nfPX5C04GVJ1Gp1NIIS5YZmxJKPpgpBi9tF4YYyhS68qS0iO5RHIRzMSajK155L58c6e-xz7f7t6QFdB9BYoA2r7QBB62Q2KA%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765356680%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=BOE8riE%2F5dbciIPiRxbLWcRFptfiI8ZLUaoTF6WCwnk%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/1E3zi0vWbxJhpgvJbqKGD9pC4mApT3rh9PKYR6v_Xqw3TEOs34sv0ziIdk3jqQjnHPqvLKdYvg6ci4UALBtBseOKyY-9pLUwUERj18bcCJDsbuWyRrEcw4FfWcLAovP_bvAuVX3iO4FsLbs5f_5oicXH64yF55H9-ZKg5UfcTBiq-Ngu8LBE_8Ep3gX5d3SQgCMY6sj_-D80ruAiRFi4ygshSUG7WKi9jqpVtWfVn--RlE2hUQoC8nfPX5C04GVJ1Gp1NIIS5YZmxJKPpgpBi9tF4YYyhS68qS0iO5RHIRzMSajK155L58c6e-xz7f7t6QFdB9BYoA2r7QBB62Q2KA==" style="padding-left:5px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_faq_filled.png" width="15" height="15" border="0" style="border:none; clear:both; display:inline-block; height:15px; max-width:100%; outline:none; text-decoration:none; width:15px"></a></td><td data-testid="fare_line_item_amount_booking_fee" class="fare-breakdown-amount" valign="top" align="right" style="color:inherit; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-top:15px; text-align:right; white-space:nowrap; direction:ltr">$1.35</td></tr></tbody></table><table dir="ltr" class="fare-breakdown-item" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td data-testid="fare_line_item_label_melbourne_airport_fee" class="fare-breakdown-name" valign="top" align="left" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-right:12px; padding-top:15px; direction:ltr; text-align:left">Melbourne Airport fee</td><td data-testid="fare_line_item_amount_melbourne_airport_fee" class="fare-breakdown-amount" valign="top" align="right" style="color:inherit; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-top:15px; text-align:right; white-space:nowrap; direction:ltr">$5.26</td></tr></tbody></table><table dir="ltr" class="fare-breakdown-item" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td data-testid="fare_line_item_label_victorian_government_levy" class="fare-breakdown-name" valign="top" align="left" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-right:12px; padding-top:15px; direction:ltr; text-align:left">Victorian Government Levy <a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2Frkc6UUqc7sRga5br2kXJ98ldiV6z6-IK_eMmbE8OQ32gTcjHEn6PxqckMSAsoEWv7rynUNLEkXhddDI3JcDRU4A16CmEdeDGrfLHa8ISzl3esc5dC6_ZhEjXXefQIb4cbfI5dIdu5oHp1e8N5H3yNJQMetwW48eIiJqBhLAs3qnoTf5UFxQm8PEYLbTElpI2BQh_LKWQeo8qVgtSUedX3WXozDmROrNUNecHT2s1HtvBV_N8Bn0Xl8FwJXPSi0N_ssUhk4iEzjxQxjX-UaesqzfZvBiezL0h7qRILcT2gC_yYdd62AHUiw4i-a-pZH7WRg6-H6OSH_DtetzrDbS_wy2kPoipQyg4h5Lze5GVKxE%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765375330%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=3vLRr1vr03mv%2BTL5Cu25uDtGRwyZyKhpv3%2F82T72DM4%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/rkc6UUqc7sRga5br2kXJ98ldiV6z6-IK_eMmbE8OQ32gTcjHEn6PxqckMSAsoEWv7rynUNLEkXhddDI3JcDRU4A16CmEdeDGrfLHa8ISzl3esc5dC6_ZhEjXXefQIb4cbfI5dIdu5oHp1e8N5H3yNJQMetwW48eIiJqBhLAs3qnoTf5UFxQm8PEYLbTElpI2BQh_LKWQeo8qVgtSUedX3WXozDmROrNUNecHT2s1HtvBV_N8Bn0Xl8FwJXPSi0N_ssUhk4iEzjxQxjX-UaesqzfZvBiezL0h7qRILcT2gC_yYdd62AHUiw4i-a-pZH7WRg6-H6OSH_DtetzrDbS_wy2kPoipQyg4h5Lze5GVKxE=" style="padding-left:5px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_faq_filled.png" width="15" height="15" border="0" style="border:none; clear:both; display:inline-block; height:15px; max-width:100%; outline:none; text-decoration:none; width:15px"></a></td><td data-testid="fare_line_item_amount_victorian_government_levy" class="fare-breakdown-amount" valign="top" align="right" style="color:inherit; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-top:15px; text-align:right; white-space:nowrap; direction:ltr">$1.32</td></tr></tbody></table><table dir="ltr" class="fare-breakdown-item" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td data-testid="fare_line_item_label_uber_one_credits" class="fare-breakdown-name" valign="top" align="left" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-right:12px; padding-top:15px; direction:ltr; text-align:left">Uber One Credits</td><td data-testid="fare_line_item_amount_uber_one_credits" class="fare-breakdown-amount fare-breakdown-negative" valign="top" align="right" style="color:#080; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-bottom:15px; padding-top:15px; text-align:right; white-space:nowrap; direction:ltr">-$7.29</td></tr></tbody></table></div><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:0; padding-bottom:16px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div></div><div class="panel-wrapper mj-outlook-group-fix"><table class="panel-content" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="panel-title" style="width:100%; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:24px; line-height:32px; font-size:1.5rem; line-height:2rem; padding-top:16px; padding-bottom:8px">Payments</td></tr><tr><td class="panel-content" style="width:100%"><div class="payments-wrapper mj-outlook-group-fix"><table class="payments-content" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td dir="ltr" class="payment-item" style="padding:12px 0"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td width="55" style="text-align:left"><img src="https://tb-static.uber.com/prod/wallet/icons/stored_value_3x.png" width="35" height="32" border="0" style="display:inline-block; padding-right:18px; vertical-align:middle; width:32px; height:32px; max-width:100%"></td><td><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="payments_0_Card.String" align="left" style="text-align:left; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem">Uber Cash</td><td align="right" style="text-align:right; vertical-align:middle"><font style="font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; font-size:1rem; text-align:right; direction:ltr; vertical-align:middle; white-space:nowrap">$84.78</font></td></tr></tbody></table></td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="payments_0_date_time" class="payment-meta-text" align="left" style="text-align:left; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b">21/6/26 8:11 pm</td><td data-testid="payments_0_Info" class="payment-meta-text" align="right" style="text-align:right; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b"></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></div><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:0; padding-bottom:8px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div></td></tr></tbody></table></div><div class="disclaimers-wrapper mj-outlook-group-fix"><table dir="ltr" class="disclaimers-list-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="disclaimer-text" width="80%" style="width:80%; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b; border:none">Want to switch your payment method?</td><td class="disclaimer-button" width="20%" align="center" style="width:20%; background:#f3f3f3; background-color:#f3f3f3; border-radius:9999px; border-collapse:separate; padding:10px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FmBI3J9uyXXK-lpw9Pkz7t4gk5DK1LKyXeSVl5fHUU5Po7wD7YHbf4JkVZ6u7pipX1D6RUgQyCF45xY8C_zmF9zpOpYA56rzCfQmAuGgq16M5UhrE-QfJMZlCYLJFHLMhnqYM6L2MAhs9fDErCf8KDry293Ahf7eJxHnEDV3Osc26pidvXtbJAHb_CHQk-qoqdQPILd0_lF5tpJRWsPHp7SIBTt-t3T6ZYRvkAjP3oltZADCMhRioeyWKa7Qg3CF_HxD6Ax-2K9aa3VTUUa5FNvVIHIfyng7VkoQCRFd-YloDrR97uEQiucfdb_1rpRkUkORWMe6DyiYQWF-OrCJTUw%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765386636%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=oirQj7bvZ%2FAwgfyC%2BEcC1i2NmVby4UF52rtp%2BLnCUbA%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/mBI3J9uyXXK-lpw9Pkz7t4gk5DK1LKyXeSVl5fHUU5Po7wD7YHbf4JkVZ6u7pipX1D6RUgQyCF45xY8C_zmF9zpOpYA56rzCfQmAuGgq16M5UhrE-QfJMZlCYLJFHLMhnqYM6L2MAhs9fDErCf8KDry293Ahf7eJxHnEDV3Osc26pidvXtbJAHb_CHQk-qoqdQPILd0_lF5tpJRWsPHp7SIBTt-t3T6ZYRvkAjP3oltZADCMhRioeyWKa7Qg3CF_HxD6Ax-2K9aa3VTUUa5FNvVIHIfyng7VkoQCRFd-YloDrR97uEQiucfdb_1rpRkUkORWMe6DyiYQWF-OrCJTUw==" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td height="24" width="24"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Switch.png" height="24" width="24" style="border:none; clear:both; display:inline-block; height:24px; outline:none; text-decoration:none; width:24px; vertical-align:middle"></td><td class="disclaimer-buttonText" align="center" valign="middle" style="padding-left:8px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem; color:#000">Switch</td></tr></tbody></table></a></td></tr></tbody></table><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:12px; padding-bottom:12px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div><table dir="ltr" class="disclaimers-list-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="disclaimer-text" width="62%" style="width:62%; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b; border:none">Download the receipt in a PDF format</td><td class="disclaimer-button" width="38%" align="center" style="width:38%; background:#f3f3f3; background-color:#f3f3f3; border-radius:9999px; border-collapse:separate; padding:10px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FCJvjKJ6PHsOOZiVHshK5qu60H_5YN1EPAXXxncUy2KGOL2LC8fVCzho9_G1XbDIDaG73GTgSPlnIao0VgDCzO8O4uh8dzOyKOviMb9MQkJKpe3TdOiLgx-mYPRib4IsARsHqM2ao6ZoA_NpMpSQFyvB0BUEvOBzvGI5Lubc_Q9Z1fXDAaRw_76RQTfQM8XWVoLtXzzUPMnvGJN5n8AvRy0ImpSs2TBvvDMCQeElnGYlcQEkd4LZv_tVPAwEnG3RGbqH0W1Pce2HU-MhLL3bqevLl-CmrdvGQT6DFltE1o-n9llmWF5X4l6ADrry42Vv5S77RXOQ8vQdBZXnfhazg1w%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765396275%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=n2PU80nmaV7A569xC0njlZiFmmCix0%2Fk03uySNkyyCg%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/CJvjKJ6PHsOOZiVHshK5qu60H_5YN1EPAXXxncUy2KGOL2LC8fVCzho9_G1XbDIDaG73GTgSPlnIao0VgDCzO8O4uh8dzOyKOviMb9MQkJKpe3TdOiLgx-mYPRib4IsARsHqM2ao6ZoA_NpMpSQFyvB0BUEvOBzvGI5Lubc_Q9Z1fXDAaRw_76RQTfQM8XWVoLtXzzUPMnvGJN5n8AvRy0ImpSs2TBvvDMCQeElnGYlcQEkd4LZv_tVPAwEnG3RGbqH0W1Pce2HU-MhLL3bqevLl-CmrdvGQT6DFltE1o-n9llmWF5X4l6ADrry42Vv5S77RXOQ8vQdBZXnfhazg1w==" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td height="24" width="24"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Download_3x.png" height="24" width="24" style="border:none; clear:both; display:inline-block; height:24px; outline:none; text-decoration:none; width:24px; vertical-align:middle"></td><td class="disclaimer-buttonText" align="center" valign="middle" style="padding-left:8px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem; color:#000">Download PDF</td></tr></tbody></table></a></td></tr></tbody></table><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:12px; padding-bottom:12px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div><table dir="ltr" class="disclaimers-list-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="disclaimer-text" width="100%" style="width:100%; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b; border:none"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FskVFG0IEzXvqwQ3jX89JjJ4nx0dMhVA-vxz3A7PKzSU4aSA0iwfRVDL2iu880PaJ1ca_DiwtIppc9ww7_ylGEqpGKP1WXGs_cdzAWnw_xhHNFikPYf8CsLxOGtKfd4QxBtGT9_4XudjmNNdJfc0iRXZY3kcuIKYAEDDWIHDVXjBXWLMZYnuWaDM5-FpodX1WV5mX3zZ-Eep8wA1CbvW4V0ASLCRj9M_f1MtQhMTjlobw5gRhjNkfE2Ai7uAMeHdZkXLLaUAsp8JUrLt-M9Syfu2t9yoY1nYlBlDxI7FuGRXGKRIEpi8M4d3VF7HB92MHtpudFnwJT5SxtwlxEMqNmA%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765406551%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=QGlSQZ2dAnzwRqC9caMildHy48IOo8fM5I50vN3wMCs%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/skVFG0IEzXvqwQ3jX89JjJ4nx0dMhVA-vxz3A7PKzSU4aSA0iwfRVDL2iu880PaJ1ca_DiwtIppc9ww7_ylGEqpGKP1WXGs_cdzAWnw_xhHNFikPYf8CsLxOGtKfd4QxBtGT9_4XudjmNNdJfc0iRXZY3kcuIKYAEDDWIHDVXjBXWLMZYnuWaDM5-FpodX1WV5mX3zZ-Eep8wA1CbvW4V0ASLCRj9M_f1MtQhMTjlobw5gRhjNkfE2Ai7uAMeHdZkXLLaUAsp8JUrLt-M9Syfu2t9yoY1nYlBlDxI7FuGRXGKRIEpi8M4d3VF7HB92MHtpudFnwJT5SxtwlxEMqNmA==">Visit the trip page</a> for more information, including invoices (where available)</td></tr></tbody></table><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:12px; padding-bottom:12px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div><table dir="ltr" class="disclaimers-list-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="disclaimer-text" width="100%" style="width:100%; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; color:#4b4b4b; border:none">Fare does not include fees that may be charged by your bank. Please contact your bank directly for inquiries.</td></tr></tbody></table><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:12px; padding-bottom:12px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div></div><table border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%; display:table"><tbody><tr><td style="font-family:ubermovebold,Arial,sans-serif; font-size:1.5rem; font-weight:700; line-height:2rem; padding:20px 0 8px">Trip details</td></tr><tr><td><table dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto; width:100%"><tbody><tr><td width="56" valign="top" style="text-align:left; padding-right:16px; line-height:0"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/uber_rides.png" width="56" height="56" style="clear:both; vertical-align:middle; display:inline-block; width:56px; height:56px; outline:none; text-decoration:none; display:inline-block; padding:0; max-width:100%"></td><td class="vehicle-detail-col" valign="top" height="54px" style="border-bottom:1px solid #f3f3f3; padding-top:12px"><table border="0" cellpadding="0" cellspacing="0" width="initial" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto"><tbody><tr><td class="vehicle-detail-label" data-testid="vehicle_type" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-size:1rem; line-height:1.25rem">UberX</td></tr><tr><td class="vehicle-detail-desc" data-testid="distance_duration" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">46.71 kilometres, 38 minutes</td></tr></tbody></table></td><td class="vehicle-detail-col" valign="top" height="54px" align="right" style="border-bottom:1px solid #f3f3f3; padding-top:12px"><table border="0" cellpadding="0" cellspacing="0" width="initial" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto; text-align:right"><tbody><tr><td class="vehicle-detail-label" style="font-family:UberMoveTextMedium,Arial,sans-serif; font-size:1rem; line-height:1.25rem">Vehicle registration:</td></tr><tr><td class="vehicle-detail-desc" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">DGH273</td></tr></tbody></table></td></tr><tr><td style="padding-top:16px"></td></tr></tbody></table></td></tr><tr><td><table class="desktop-content" border="0" cellpadding="0" cellspacing="0" style="border:none; border-collapse:collapse; border-spacing:0; width:100%; display:table; padding-bottom:16px"><tbody><tr><td class="desktop-content" valign="top" style="border-right:16px solid transparent; padding-right:16px; width:50%"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto; width:100%"><tbody><tr><td style="padding-top:12px"></td></tr><tr><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px; padding-left:16px"><img width="8" height="18" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-1.png" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="pickup-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#000"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-2.png" width="2" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:2px; height:18px; background-color:#fff"></td><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-3.png" width="8" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:29px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_0_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">7:32 pm</td></tr><tr><td class="address-point-desc" data-testid="address_point_0_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">Terminal 2, Melbourne Airport (MEL), Tullamarine VIC 3045, Australia</td></tr></tbody></table></td></tr><tr><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:18px; padding-left:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-1.png" width="8" height="18" border="0" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="dropoff-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#fff"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-2.png" width="2" height="18" border="0" style="clear:both; display:block; height:18px; max-width:100%; outline:none; text-decoration:none; width:2px"></td><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-3.png" border="0" width="8" height="18" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:12px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_1_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">8:10 pm</td></tr><tr><td class="address-point-desc" data-testid="address_point_1_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">19 Lady Penrhyn Dr, Wyndham Vale VIC 3024, Australia</td></tr></tbody></table></td></tr><tr><td style="padding-top:0"></td></tr></tbody></table></td><td class="desktop-content" valign="top" style="width:50%"><img width="312" height="auto" src="https://static-maps.uber.com/map?width=312&amp;height=358&amp;marker=lat%3A-37.67023%24lng%3A144.84944%24icon%3Ahttps%3A%2F%2Fd1a3f4spazzrp4.cloudfront.net%2Freceipt-new%2Forigin%402x.png&amp;marker=lat%3A-37.88133%24lng%3A144.62791%24icon%3Ahttps%3A%2F%2Fd1a3f4spazzrp4.cloudfront.net%2Freceipt-new%2Fdestination%402x.png&amp;polyline=color%3A0xFF000000%24width%3A4%24enc%3Azm%7CdF%7D%7BasZqCeDYiQjG%7D%40tBuBrRe%5C%7CN%7Db%40zI%7DRno%40u%7D%40tGgLjV%7BVtXaRjNkFdSiDhGuF%7CEo%40zCvAnVt%5BfmCxxDnJbIr%5DlM%7ER%7CPjJpP%7Cb%40z_AhO%7EWh%60%40rl%40tJ%7CIb%5BdO%7CRrSdHdPlCpTI%60L%7BD%7E%5Dp%40hSbGlQpE%7EFzF%7CDvJhC%7CSMpH%7C%40nf%40pX%7EZ%7CI%7EXrB%7CQaAfKiG%7ECkE%7ECgIjBqN%7CD%7Bt%40zCgKdFeH%7EMeGl%7B%40yB%7EPqCna%40yMnFiGrJ_RpCeCnFu%40fFpBbOxXjqAjnDzE%60JpGvFdHdCryAjU%7ELjIfG%7CKdDpSjJnsB%7Co%40naElDtM%7CIbRlAz%5DzLva%40paBjsEaLnHYdD%60BzGwBzDwWtUcNi%40wJ%7EeBqBpFA%7CVaEtv%40ee%40uIcAvS%7EE%7EJ&amp;source=769a605b_1c9b_3da4_a486_ccc264a18174&amp;signature=KnvWpwf4qa2aeunjtjDzK_31id8=" style="border-radius:12px; clear:both; display:block; height:auto; max-height:358px; max-width:312px; outline:none; text-decoration:none; width:100%"></td></tr></tbody></table><table class="mobile-content" border="0" cellpadding="0" cellspacing="16" style="border:none; border-collapse:collapse; border-spacing:0; width:100%; display:none; padding-top:12px"><tbody><tr><td class="mobile-content" style="width:100%; display:none"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:auto; width:100%"><tbody><tr><td style="padding-top:12px"></td></tr><tr><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px; padding-left:16px"><img width="8" height="18" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-1.png" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="pickup-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#000"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-2.png" width="2" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:2px; height:18px; background-color:#fff"></td><td class="hidden" valign="top" width="8" height="18" style="width:8px; height:18px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Pickup-3.png" width="8" height="18" border="0" style="clear:both; display:block; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:29px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_0_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">7:32 pm</td></tr><tr><td class="address-point-desc" data-testid="address_point_0_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">Terminal 2, Melbourne Airport (MEL), Tullamarine VIC 3045, Australia</td></tr></tbody></table></td></tr><tr><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:18px; padding-left:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-1.png" width="8" height="18" border="0" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="dropoff-icon-2 hidden" width="2" valign="top" style="width:2px; background-color:#fff"><img class="hidden" src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-2.png" width="2" height="18" border="0" style="clear:both; display:block; height:18px; max-width:100%; outline:none; text-decoration:none; width:2px"></td><td class="hidden" width="8" height="18" valign="top" style="width:8px; height:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/Dropoff-3.png" border="0" width="8" height="18" style="clear:both; display:block; height:16px; max-width:100%; outline:none; text-decoration:none; width:8px; height:18px"></td><td class="hidden" valign="top" style="padding-bottom:12px; padding-left:24px; text-align:left"><table class="hidden" border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td class="address-point-label" data-testid="address_point_1_time" valign="top" align="left" style="color:#000; font-size:1rem; line-height:1.25rem">8:10 pm</td></tr><tr><td class="address-point-desc" data-testid="address_point_1_address" style="color:#5e5e5e; font-size:.875rem; line-height:1.25rem">19 Lady Penrhyn Dr, Wyndham Vale VIC 3024, Australia</td></tr></tbody></table></td></tr><tr><td style="padding-top:0"></td></tr></tbody></table></td></tr><tr><td class="mobile-content" style="width:100%; display:none"><img id="map_ad7e2dd7-1a67-4b5f-872f-8951da350791_wide" height="auto" width="100%" border="0" src="https://static-maps.uber.com/map?width=312&amp;height=358&amp;marker=lat%3A-37.67023%24lng%3A144.84944%24icon%3Ahttps%3A%2F%2Fd1a3f4spazzrp4.cloudfront.net%2Freceipt-new%2Forigin%402x.png&amp;marker=lat%3A-37.88133%24lng%3A144.62791%24icon%3Ahttps%3A%2F%2Fd1a3f4spazzrp4.cloudfront.net%2Freceipt-new%2Fdestination%402x.png&amp;polyline=color%3A0xFF000000%24width%3A4%24enc%3Azm%7CdF%7D%7BasZqCeDYiQjG%7D%40tBuBrRe%5C%7CN%7Db%40zI%7DRno%40u%7D%40tGgLjV%7BVtXaRjNkFdSiDhGuF%7CEo%40zCvAnVt%5BfmCxxDnJbIr%5DlM%7ER%7CPjJpP%7Cb%40z_AhO%7EWh%60%40rl%40tJ%7CIb%5BdO%7CRrSdHdPlCpTI%60L%7BD%7E%5Dp%40hSbGlQpE%7EFzF%7CDvJhC%7CSMpH%7C%40nf%40pX%7EZ%7CI%7EXrB%7CQaAfKiG%7ECkE%7ECgIjBqN%7CD%7Bt%40zCgKdFeH%7EMeGl%7B%40yB%7EPqCna%40yMnFiGrJ_RpCeCnFu%40fFpBbOxXjqAjnDzE%60JpGvFdHdCryAjU%7ELjIfG%7CKdDpSjJnsB%7Co%40naElDtM%7CIbRlAz%5DzLva%40paBjsEaLnHYdD%60BzGwBzDwWtUcNi%40wJ%7EeBqBpFA%7CVaEtv%40ee%40uIcAvS%7EE%7EJ&amp;source=769a605b_1c9b_3da4_a486_ccc264a18174&amp;signature=KnvWpwf4qa2aeunjtjDzK_31id8=" style="clear:both; display:block; height:auto; max-width:100%; outline:none; text-decoration:none; width:100%; border-radius:12px"></td></tr></tbody></table></td></tr></tbody></table><div class="action-panel-wrapper mj-outlook-group-fix" style="margin-top:16px"><table dir="ltr" class="action-panel" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse:separate; border:2px solid #f3f3f3; border-radius:16px; border-collapse:separate"><tbody><tr><td class="action-panel-content" style="width:100%; padding:16px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="driverInfo_title" class="action-panel-title" style="padding-bottom:16px; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:20px; line-height:28px; font-size:1.25rem; line-height:1.75rem">You rode with ASAD</td><td class="action-panel-rating" data-testid="driverInfo_rating" valign="top" style="padding-bottom:16px; font-family:UberMoveMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; width:25px">4.94</td><td width="20" height="20" valign="top" style="padding-left:5px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/rating_email.png" width="20" height="20" border="0" alt="" style="height:20px; width:20px; outline:none; text-decoration:none"></td></tr><tr><td class="action-panel-message" colspan="3" style="padding-bottom:24px; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem">Say thanks with a rating or tip for the driver.</td></tr><tr><td class="action-panel-button" colspan="3" align="center" style="background:#f3f3f3; background-color:#f3f3f3; border-radius:8px; border-collapse:separate"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2F5wWcIvK3sBJ4DEeofOdQqAzsJhPLSW6YcH04KNnwXdqR1tThIBL_XMhKC8HiicxhVh3JCBjUxTOkXcLhWque2Rvre0s9uFqwfDzAZcx8jb2ood-czMn2jIW3LbNTf_dMiYHWqFkidHtFmyxTZ1XsLY7WoXabw7mJOZYounxiizTiy8fvFWTk2fX3ztXus1RN6mk4IZt27GUG7git9kcClTmq8evmLFPdO0X6CdKWuIM1IfAjXZFzxo2b8MLnkGeyw3jBIvaJAxAErSvYYjKi-9c951TILw-QFYPbr7J8LNxrii6nEmW_nDotkouwlZSJ6o_nm7hDCAbL2WQfovTSyQNSIayJtbytKcNpxW0Y-Kwc-bFJ9NPt8QgfeSgrAzQe&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765419161%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=rbPsvOHXfr6n4%2Bl%2Bn0AmWrihwi4tl00MFBHRGSLSUkQ%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/5wWcIvK3sBJ4DEeofOdQqAzsJhPLSW6YcH04KNnwXdqR1tThIBL_XMhKC8HiicxhVh3JCBjUxTOkXcLhWque2Rvre0s9uFqwfDzAZcx8jb2ood-czMn2jIW3LbNTf_dMiYHWqFkidHtFmyxTZ1XsLY7WoXabw7mJOZYounxiizTiy8fvFWTk2fX3ztXus1RN6mk4IZt27GUG7git9kcClTmq8evmLFPdO0X6CdKWuIM1IfAjXZFzxo2b8MLnkGeyw3jBIvaJAxAErSvYYjKi-9c951TILw-QFYPbr7J8LNxrii6nEmW_nDotkouwlZSJ6o_nm7hDCAbL2WQfovTSyQNSIayJtbytKcNpxW0Y-Kwc-bFJ9NPt8QgfeSgrAzQe" data-testid="driverInfo_actionUrl" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td width="20" style="padding-left:8px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/tip-logo-email.png" height="20" width="20" style="border:none; clear:both; display:inline-block; height:20px; max-width:100%; outline:none; text-decoration:none; width:20px; vertical-align:middle"></td><td align="center" valign="middle" style="padding-left:8px; padding-bottom:10px; padding-top:10px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem">Rate or tip</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div><div class="panel-wrapper mj-outlook-group-fix"><table class="panel-content" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="panel-title" style="width:100%; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:24px; line-height:32px; font-size:1.5rem; line-height:2rem; padding-top:16px; padding-bottom:16px"></td></tr><tr><td class="panel-content" style="width:100%"><div class="additional-info-wrapper mj-outlook-group-fix" dir="ltr"><table class="additional-info-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="additional-info-label" style="width:100%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-right:16px">Booking Service Provider: Rasier Pacific Pty Ltd</td><td class="additional-info-value" style="width:60%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; text-align:right"></td></tr></tbody></table><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:16px; padding-bottom:16px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div></div><div class="additional-info-wrapper mj-outlook-group-fix" dir="ltr"><table class="additional-info-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="additional-info-label" style="width:80%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-right:16px">Every rideshare trip starting in Melbourne is insured. See how were always working to keep you safe:</td><td class="additional-info-value" style="width:20%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; text-align:right"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2Fa29WEMHqhmZN9qm3R7vmXgJZDvIwCH704m92yQ5gaTWUC5dUudzwraO4QTwinHzxRhaE6j5rjRWIHBH8d7TE2k4sPWgiAxL6EgUz4oGHsrhjlQotzGERrxUAcqNC5zn3CF5wCZzCDpiXvqiADUQZh1aZeiNTfoqxjg2RQcMoFSWSEHyBENIpMckv6T9RxeRs-lneFcRSREBUQMd_pRYsDFfu6yNqh3caOWiHot-jcymaZNosd9f2AxVfpGFF9I-JzQ_PKKrR9uVDqrUJjwyK8L8gtV_AXLuHj7xeyFSLlmCW9l5Ps5WNFv0fAenf7vKsMWsXi2_V9L0Y3kGkvHrRPQ%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765432268%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=oa62aUQ7T9x3FLRddqZluJytq5UaBsmT5ir7r8mTUGs%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/a29WEMHqhmZN9qm3R7vmXgJZDvIwCH704m92yQ5gaTWUC5dUudzwraO4QTwinHzxRhaE6j5rjRWIHBH8d7TE2k4sPWgiAxL6EgUz4oGHsrhjlQotzGERrxUAcqNC5zn3CF5wCZzCDpiXvqiADUQZh1aZeiNTfoqxjg2RQcMoFSWSEHyBENIpMckv6T9RxeRs-lneFcRSREBUQMd_pRYsDFfu6yNqh3caOWiHot-jcymaZNosd9f2AxVfpGFF9I-JzQ_PKKrR9uVDqrUJjwyK8L8gtV_AXLuHj7xeyFSLlmCW9l5Ps5WNFv0fAenf7vKsMWsXi2_V9L0Y3kGkvHrRPQ==">Learn more.</a></td></tr></tbody></table><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:16px; padding-bottom:16px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div><table class="additional-info-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="additional-info-label" style="width:50%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-right:16px">Driver Accreditation Number:</td><td class="additional-info-value" style="width:50%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; text-align:right">778389</td></tr></tbody></table><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:16px; padding-bottom:16px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div><table class="additional-info-item" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td class="additional-info-label" style="width:60%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; padding-right:16px">Want to review your trip history?</td><td class="additional-info-value" style="width:40%; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:16px; line-height:20px; font-size:1rem; line-height:1.25rem; text-align:right"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FLqo3282KiwsbL78TUWvm-BxFprHs5Odp_-Ndxf-6edxtkvmvbJOhULMhuDKPqSpegU-5zE9fR-n-OKg-VeWNXqzYwKba9NXW5Emaiq-ZcG-Yb1koaRDPRItFA8kYoy7dtth6QK_4Pbok9-rQnbhbES-MvcefGjtilSfCaw3_Im9xEGchC1j-xh64GidWYRYUVhMRHnAa6rNzdhdXv_APUUXJI4puBEGB_paIj4Izh3gzHza1mtCpOenKuue0z1opMGgUAsxKVIQjgxJulrmaznE6efl8tgW13W0mcgtwqemXlAtsETR7iFofg7orW-4V6wlxd3UefSMS0FLyM1lt9Q%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765444432%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=O%2BDXyhVdobWIeAi9qFob0PUPZf%2BNC1BhYIQ%2FN0SQ1wc%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/Lqo3282KiwsbL78TUWvm-BxFprHs5Odp_-Ndxf-6edxtkvmvbJOhULMhuDKPqSpegU-5zE9fR-n-OKg-VeWNXqzYwKba9NXW5Emaiq-ZcG-Yb1koaRDPRItFA8kYoy7dtth6QK_4Pbok9-rQnbhbES-MvcefGjtilSfCaw3_Im9xEGchC1j-xh64GidWYRYUVhMRHnAa6rNzdhdXv_APUUXJI4puBEGB_paIj4Izh3gzHza1mtCpOenKuue0z1opMGgUAsxKVIQjgxJulrmaznE6efl8tgW13W0mcgtwqemXlAtsETR7iFofg7orW-4V6wlxd3UefSMS0FLyM1lt9Q==">My trips</a></td></tr></tbody></table><div class="divider-wrapper mj-outlook-group-fix"><table border="0" cellpadding="0" cellspacing="0" width="100%" style="border:none; border-collapse:collapse; border-spacing:0; width:100%"><tbody><tr><td style="padding-top:16px; padding-bottom:16px"><table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" style="border:none; border-collapse:collapse; border-spacing:0; table-layout:fixed; width:100%"><tbody><tr><td class="divider-line" valign="top" align="left" style="font-size:1px; line-height:1px; background-color:#f3f3f3">&nbsp;</td></tr></tbody></table></td></tr></tbody></table></div></div></td></tr></tbody></table></div><div class="desktop-content action-panel-wrapper mj-outlook-group-fix"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td valign="top" style="width:50%; padding-right:16px"><div class="action-panel-wrapper mj-outlook-group-fix" style="margin-top:16px"><table dir="ltr" class="action-panel" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse:separate; border:2px solid #f3f3f3; border-radius:16px; border-collapse:separate"><tbody><tr><td class="action-panel-content" style="width:100%; padding:16px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="_title" class="action-panel-title" style="padding-bottom:16px; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:20px; line-height:28px; font-size:1.25rem; line-height:1.75rem">Need help?</td></tr><tr><td class="action-panel-message" colspan="1" style="padding-bottom:24px; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem">Our support team is happy to help with any concern you might have.</td></tr><tr><td class="action-panel-button" colspan="1" align="center" style="background:#f3f3f3; background-color:#f3f3f3; border-radius:8px; border-collapse:separate"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FVINYvOdEZ3VSF6tqFRTKpI77tcyt1fvmfPvHDV6VV6LuXtQjmc1bc3W4kc2ZxymhwbwKBlewrtJxagjiI722LbmxZp-aod6LuQ7KQol_9taQhMXG9MKYWIWqQhKxBlw1cCZjGbGIqaNVxf5UQM5JZLh6f37HuQZzn4fyEvikbc_loA2bh6vgN7dkV9cFwkEl6ybRufWt4azWTzKkVI1v1MQ2HVuYYvMoQd-fd52qubUBY5mML63UBk8THbSk5QmAs6JixRMtl0tjzhQru3sbkazXcxfq4EmTVp8GBPHRFGw6e_8vGljYBWhS_WlpwEdsKeCjKU5ylzbtuaIJlOLZJQ%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765456606%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=AsrtlqIwu4soFBZ6tcm6CgCiXz3SIfwOxiZAKVv%2FO0A%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/VINYvOdEZ3VSF6tqFRTKpI77tcyt1fvmfPvHDV6VV6LuXtQjmc1bc3W4kc2ZxymhwbwKBlewrtJxagjiI722LbmxZp-aod6LuQ7KQol_9taQhMXG9MKYWIWqQhKxBlw1cCZjGbGIqaNVxf5UQM5JZLh6f37HuQZzn4fyEvikbc_loA2bh6vgN7dkV9cFwkEl6ybRufWt4azWTzKkVI1v1MQ2HVuYYvMoQd-fd52qubUBY5mML63UBk8THbSk5QmAs6JixRMtl0tjzhQru3sbkazXcxfq4EmTVp8GBPHRFGw6e_8vGljYBWhS_WlpwEdsKeCjKU5ylzbtuaIJlOLZJQ==" data-testid="_actionUrl" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td width="20" style="padding-left:8px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_support_email.png" height="20" width="20" style="border:none; clear:both; display:inline-block; height:20px; max-width:100%; outline:none; text-decoration:none; width:20px; vertical-align:middle"></td><td align="center" valign="middle" style="padding-left:8px; padding-bottom:10px; padding-top:10px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem">Contact Support</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div></td><td valign="top" style="width:50%"><div class="action-panel-wrapper mj-outlook-group-fix" style="margin-top:16px"><table dir="ltr" class="action-panel" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse:separate; border:2px solid #f3f3f3; border-radius:16px; border-collapse:separate"><tbody><tr><td class="action-panel-content" style="width:100%; padding:16px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="_title" class="action-panel-title" style="padding-bottom:16px; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:20px; line-height:28px; font-size:1.25rem; line-height:1.75rem">Forgot something?</td></tr><tr><td class="action-panel-message" colspan="1" style="padding-bottom:24px; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem">If you lost an item in the car, please report it using the link below.</td></tr><tr><td class="action-panel-button" colspan="1" align="center" style="background:#f3f3f3; background-color:#f3f3f3; border-radius:8px; border-collapse:separate"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FCP93O1sCwbl1lWZdfa4mAaoMu-W4q_PUfINl5bZELWI6sWPFUJ6dZ96f5dc8-S5yGVJYAjGllByxUoJ8wH22syrWlT6Z8QfWkIGkyj75399REbG3fVJV4nKoRDveMWdMzb6dMgmV2Gz6lYY7AWCb6gDR8Ux1vEgRn5QosXMcjYmceazsD3NfFQ6sd2GsiPLsglNie0cp3Ls1qCrpWG9OYB0Oh233I0bwK-iEb-h3BRG4F1WihZcFIIOoAT827kjr5Os_LLIf3iPXgoJd5jZ9pyKay7rOCfqzIJoTNh-7LJML6mA2OMtcRloXf9zi_eOdkqWr3uYRvUJz57pof5MmXA%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765467402%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=wVeRs4eBOPNYKRIT6kT9LcqiGYcC%2Fj5sDUMPaCuIirk%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/CP93O1sCwbl1lWZdfa4mAaoMu-W4q_PUfINl5bZELWI6sWPFUJ6dZ96f5dc8-S5yGVJYAjGllByxUoJ8wH22syrWlT6Z8QfWkIGkyj75399REbG3fVJV4nKoRDveMWdMzb6dMgmV2Gz6lYY7AWCb6gDR8Ux1vEgRn5QosXMcjYmceazsD3NfFQ6sd2GsiPLsglNie0cp3Ls1qCrpWG9OYB0Oh233I0bwK-iEb-h3BRG4F1WihZcFIIOoAT827kjr5Os_LLIf3iPXgoJd5jZ9pyKay7rOCfqzIJoTNh-7LJML6mA2OMtcRloXf9zi_eOdkqWr3uYRvUJz57pof5MmXA==" data-testid="_actionUrl" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td width="20" style="padding-left:8px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_report_email.png" height="20" width="20" style="border:none; clear:both; display:inline-block; height:20px; max-width:100%; outline:none; text-decoration:none; width:20px; vertical-align:middle"></td><td align="center" valign="middle" style="padding-left:8px; padding-bottom:10px; padding-top:10px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem">Report lost item</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div></td></tr></tbody></table></div><div class="mobile-content action-panel-wrapper mj-outlook-group-fix" style="display:none"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td valign="top" style="width:100%; padding-bottom:16px"><div class="action-panel-wrapper mj-outlook-group-fix" style="margin-top:16px"><table dir="ltr" class="action-panel" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse:separate; border:2px solid #f3f3f3; border-radius:16px; border-collapse:separate"><tbody><tr><td class="action-panel-content" style="width:100%; padding:16px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="_title" class="action-panel-title" style="padding-bottom:16px; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:20px; line-height:28px; font-size:1.25rem; line-height:1.75rem">Need help?</td></tr><tr><td class="action-panel-message" colspan="1" style="padding-bottom:24px; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem">Our support team is happy to help with any concern you might have.</td></tr><tr><td class="action-panel-button" colspan="1" align="center" style="background:#f3f3f3; background-color:#f3f3f3; border-radius:8px; border-collapse:separate"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FVINYvOdEZ3VSF6tqFRTKpI77tcyt1fvmfPvHDV6VV6LuXtQjmc1bc3W4kc2ZxymhwbwKBlewrtJxagjiI722LbmxZp-aod6LuQ7KQol_9taQhMXG9MKYWIWqQhKxBlw1cCZjGbGIqaNVxf5UQM5JZLh6f37HuQZzn4fyEvikbc_loA2bh6vgN7dkV9cFwkEl6ybRufWt4azWTzKkVI1v1MQ2HVuYYvMoQd-fd52qubUBY5mML63UBk8THbSk5QmAs6JixRMtl0tjzhQru3sbkazXcxfq4EmTVp8GBPHRFGw6e_8vGljYBWhS_WlpwEdsKeCjKU5ylzbtuaIJlOLZJQ%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765476806%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=94cDYS91Z3xogBCDGgiBUyMLFfPvY1h1RTcmikwFrvQ%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/VINYvOdEZ3VSF6tqFRTKpI77tcyt1fvmfPvHDV6VV6LuXtQjmc1bc3W4kc2ZxymhwbwKBlewrtJxagjiI722LbmxZp-aod6LuQ7KQol_9taQhMXG9MKYWIWqQhKxBlw1cCZjGbGIqaNVxf5UQM5JZLh6f37HuQZzn4fyEvikbc_loA2bh6vgN7dkV9cFwkEl6ybRufWt4azWTzKkVI1v1MQ2HVuYYvMoQd-fd52qubUBY5mML63UBk8THbSk5QmAs6JixRMtl0tjzhQru3sbkazXcxfq4EmTVp8GBPHRFGw6e_8vGljYBWhS_WlpwEdsKeCjKU5ylzbtuaIJlOLZJQ==" data-testid="_actionUrl" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td width="20" style="padding-left:8px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_support_email.png" height="20" width="20" style="border:none; clear:both; display:inline-block; height:20px; max-width:100%; outline:none; text-decoration:none; width:20px; vertical-align:middle"></td><td align="center" valign="middle" style="padding-left:8px; padding-bottom:10px; padding-top:10px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem">Contact Support</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div></td></tr><tr style="display:table"><td valign="top" style="width:100%"><div class="action-panel-wrapper mj-outlook-group-fix" style="margin-top:16px"><table dir="ltr" class="action-panel" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="border-collapse:separate; border:2px solid #f3f3f3; border-radius:16px; border-collapse:separate"><tbody><tr><td class="action-panel-content" style="width:100%; padding:16px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"><tbody><tr><td data-testid="_title" class="action-panel-title" style="padding-bottom:16px; font-family:UberMoveBold,Arial,sans-serif; font-weight:700; font-size:20px; line-height:28px; font-size:1.25rem; line-height:1.75rem">Forgot something?</td></tr><tr><td class="action-panel-message" colspan="1" style="padding-bottom:24px; font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem">If you lost an item in the car, please report it using the link below.</td></tr><tr><td class="action-panel-button" colspan="1" align="center" style="background:#f3f3f3; background-color:#f3f3f3; border-radius:8px; border-collapse:separate"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FCP93O1sCwbl1lWZdfa4mAaoMu-W4q_PUfINl5bZELWI6sWPFUJ6dZ96f5dc8-S5yGVJYAjGllByxUoJ8wH22syrWlT6Z8QfWkIGkyj75399REbG3fVJV4nKoRDveMWdMzb6dMgmV2Gz6lYY7AWCb6gDR8Ux1vEgRn5QosXMcjYmceazsD3NfFQ6sd2GsiPLsglNie0cp3Ls1qCrpWG9OYB0Oh233I0bwK-iEb-h3BRG4F1WihZcFIIOoAT827kjr5Os_LLIf3iPXgoJd5jZ9pyKay7rOCfqzIJoTNh-7LJML6mA2OMtcRloXf9zi_eOdkqWr3uYRvUJz57pof5MmXA%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765485590%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=wkZewZB1MOeho3j6zpXw5NMyEhddxsfrZq%2BRjjqWGa0%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/CP93O1sCwbl1lWZdfa4mAaoMu-W4q_PUfINl5bZELWI6sWPFUJ6dZ96f5dc8-S5yGVJYAjGllByxUoJ8wH22syrWlT6Z8QfWkIGkyj75399REbG3fVJV4nKoRDveMWdMzb6dMgmV2Gz6lYY7AWCb6gDR8Ux1vEgRn5QosXMcjYmceazsD3NfFQ6sd2GsiPLsglNie0cp3Ls1qCrpWG9OYB0Oh233I0bwK-iEb-h3BRG4F1WihZcFIIOoAT827kjr5Os_LLIf3iPXgoJd5jZ9pyKay7rOCfqzIJoTNh-7LJML6mA2OMtcRloXf9zi_eOdkqWr3uYRvUJz57pof5MmXA==" data-testid="_actionUrl" style="text-align:center; width:100%; vertical-align:middle; text-decoration:none; display:inline-block"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="margin:0 auto"><tbody><tr><td width="20" style="padding-left:8px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/icon_report_email.png" height="20" width="20" style="border:none; clear:both; display:inline-block; height:20px; max-width:100%; outline:none; text-decoration:none; width:20px; vertical-align:middle"></td><td align="center" valign="middle" style="padding-left:8px; padding-bottom:10px; padding-top:10px; text-align:center; font-family:UberMoveTextMedium,Arial,sans-serif; font-weight:500; font-size:14px; line-height:16px; font-size:.875rem; line-height:1rem">Report lost item</td></tr></tbody></table></a></td></tr></tbody></table></td></tr></tbody></table></div></td></tr></tbody></table></div></td></tr></tbody></table></div><div class="footer mj-outlook-group-fix" style="background:#000; background-color:#000"><table class="footer-table-row" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#000; background-color:#000; width:100%"><tbody><tr><td dir="ltr" class="footer-table-cell"><table class="mobile-table" align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%; display:none"><tbody><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:32px; padding-bottom:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2F-Wu-HL4952qMdi-tyv_brhKyWBqlYfZQnqPjM61xidAE6-Vky1EdxI-WI-s8puW2Mz-kzc4nymhCWq4W42r28guKwp3-A34G48a4yT6oZoWeFYKgXsEAoRxQJ3Rs6YQlwsm3evTYSOmcdgLYTX1Rs9M0JkhaeQsOqmGzjY623Gudg5A-1m7xByOW5O65HcTCkeTRs6Bx-y4rv0pBjZrC4wo4B52JCkTVsiHXIfaG2Ta1FzJa7KaFsGr6TV05rdbctSqK85Y1IFuFPnWBjs8COOfSTVuOfPX8lJZljua6D0eJE4ZmJKLYIuIXc4G5j19agitrH0WcJRfWM0N15xvJ4w%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765494300%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=OrrYU%2FBj%2BjwEsH2xdeIBaSHTy6ID%2BqzJc%2B70XWWfkps%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/-Wu-HL4952qMdi-tyv_brhKyWBqlYfZQnqPjM61xidAE6-Vky1EdxI-WI-s8puW2Mz-kzc4nymhCWq4W42r28guKwp3-A34G48a4yT6oZoWeFYKgXsEAoRxQJ3Rs6YQlwsm3evTYSOmcdgLYTX1Rs9M0JkhaeQsOqmGzjY623Gudg5A-1m7xByOW5O65HcTCkeTRs6Bx-y4rv0pBjZrC4wo4B52JCkTVsiHXIfaG2Ta1FzJa7KaFsGr6TV05rdbctSqK85Y1IFuFPnWBjs8COOfSTVuOfPX8lJZljua6D0eJE4ZmJKLYIuIXc4G5j19agitrH0WcJRfWM0N15xvJ4w==" style="color:#fff; text-decoration:none">My account</a></td></tr><tr><td class="mobile-content divider-line" style="display:none; font-size:1px; line-height:1px; background-color:#292929">&nbsp;</td></tr><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:16px; padding-bottom:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FY2mKxDd3AkqXzH5NCRTSsPJ6V-INOkRrq8CqCXXrwyxbi6h4uhwLkCtI7qzYQ7WOmwcoIaGgQpj0HY5b4NpRk4VQHpTISG3fzimfHp0uzczYI7i4_MZPb4lFfgLAF5sHgblLydOQpCCMGWYH3j8Uu8KmXFRaKDXwjd0Xu7oryFJH7aR4oLbLROySOdA6fPS6cTkSiCFyHAJ6dmMQ75MsRCEcSnIylWQDppFzxPlNNIDqBWW-Hvsmn2sMQTaTWZ3vU_5vCCih_HtDI2Q_HcMU9vBw28FI0IQKOyJu7ojD5E5O_RS57Y0Ybgeis52UWn7YuAvLjiLrTSvNl7aggYleCw%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765503097%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=IeY6gGLaUJaancQbqeTuD%2BLxyMkXFXGqIoCgWY9%2F3so%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/Y2mKxDd3AkqXzH5NCRTSsPJ6V-INOkRrq8CqCXXrwyxbi6h4uhwLkCtI7qzYQ7WOmwcoIaGgQpj0HY5b4NpRk4VQHpTISG3fzimfHp0uzczYI7i4_MZPb4lFfgLAF5sHgblLydOQpCCMGWYH3j8Uu8KmXFRaKDXwjd0Xu7oryFJH7aR4oLbLROySOdA6fPS6cTkSiCFyHAJ6dmMQ75MsRCEcSnIylWQDppFzxPlNNIDqBWW-Hvsmn2sMQTaTWZ3vU_5vCCih_HtDI2Q_HcMU9vBw28FI0IQKOyJu7ojD5E5O_RS57Y0Ybgeis52UWn7YuAvLjiLrTSvNl7aggYleCw==" style="color:#fff; text-decoration:none">Privacy Policy</a></td></tr><tr><td class="mobile-content divider-line" style="display:none; font-size:1px; line-height:1px; background-color:#292929">&nbsp;</td></tr><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:16px; padding-bottom:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FXvte3nbtoNQoefLC2XYmLBKU2DPYQRdz4l_XIMWVw4V32uifo8UqBmQfrZ-XAXm-3OUk6btpISX1VeEUUAhjT_iq4ed_fW_SFQ3R6YeU2mC3WVsY9nn0--BR4F9Eov9FYDWrAUAIprcm2zaqej1rRtmAg2_xDAZPcO70S9hamRL3_QE5OBXDP-sQB5pqNZJPHIDq4kts8S0GWbNsosnC2NwUjhquDsOTgEv7ljZlDLFFaCSqKOi3qkaZ-_JiDwAn5JcPFqZGYAK61tyq_HUFGY7j9IMRT10lcUUa-5mvuOOs_tuV2PPHTYkA4mAhasDK&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765511580%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=t8Nw1su6bnxLYQB9YOj9M65dWKCdAtgXE4BSY117ZgY%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/Xvte3nbtoNQoefLC2XYmLBKU2DPYQRdz4l_XIMWVw4V32uifo8UqBmQfrZ-XAXm-3OUk6btpISX1VeEUUAhjT_iq4ed_fW_SFQ3R6YeU2mC3WVsY9nn0--BR4F9Eov9FYDWrAUAIprcm2zaqej1rRtmAg2_xDAZPcO70S9hamRL3_QE5OBXDP-sQB5pqNZJPHIDq4kts8S0GWbNsosnC2NwUjhquDsOTgEv7ljZlDLFFaCSqKOi3qkaZ-_JiDwAn5JcPFqZGYAK61tyq_HUFGY7j9IMRT10lcUUa-5mvuOOs_tuV2PPHTYkA4mAhasDK" style="color:#fff; text-decoration:none">Terms and Conditions</a></td></tr><tr><td class="mobile-content divider-line" style="display:none; font-size:1px; line-height:1px; background-color:#292929">&nbsp;</td></tr><tr><td class="mobile-content" valign="top" align="left" style="display:none; white-space:nowrap; text-align:left; padding-top:16px; padding-bottom:16px"><table class="mobile-table" align="left" border="0" cellpadding="0" cellspacing="0" role="presentation" style="display:none"><tbody><tr></tr></tbody></table></td></tr></tbody></table></td></tr><tr><td dir="ltr" class="footer-table-cell" style="padding-left:64px; padding-right:64px; padding-bottom:32px; padding-top:32px"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%"><tbody><tr><td valign="top" align="left" style="white-space:nowrap; text-align:left"><span data-testid="company_name_address" class="entity-info" style="font-family:UberMoveTextRegular,Arial,sans-serif; font-weight:400; font-size:14px; line-height:20px; font-size:.875rem; line-height:1.25rem; width:200px; white-space:initial; display:inline-block; color:#a6a6a6">Rasier Pacific Pty Ltd<br>Level 8, 1 O'Connell Street, NSW 2000, Sydney, Australia</span></td><td valign="top" align="right" style="text-align:right; white-space:nowrap"><table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%"><tbody><tr><td class="desktop-content" valign="top" align="left" style="white-space:nowrap; text-align:right"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2F-Wu-HL4952qMdi-tyv_brhKyWBqlYfZQnqPjM61xidAE6-Vky1EdxI-WI-s8puW2Mz-kzc4nymhCWq4W42r28guKwp3-A34G48a4yT6oZoWeFYKgXsEAoRxQJ3Rs6YQlwsm3evTYSOmcdgLYTX1Rs9M0JkhaeQsOqmGzjY623Gudg5A-1m7xByOW5O65HcTCkeTRs6Bx-y4rv0pBjZrC4wo4B52JCkTVsiHXIfaG2Ta1FzJa7KaFsGr6TV05rdbctSqK85Y1IFuFPnWBjs8COOfSTVuOfPX8lJZljua6D0eJE4ZmJKLYIuIXc4G5j19agitrH0WcJRfWM0N15xvJ4w%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765520057%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=GnZ8cBFK7qE%2FPiBC4lKanqrjgvp9Kw9n%2Fy2YHit9dvI%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/-Wu-HL4952qMdi-tyv_brhKyWBqlYfZQnqPjM61xidAE6-Vky1EdxI-WI-s8puW2Mz-kzc4nymhCWq4W42r28guKwp3-A34G48a4yT6oZoWeFYKgXsEAoRxQJ3Rs6YQlwsm3evTYSOmcdgLYTX1Rs9M0JkhaeQsOqmGzjY623Gudg5A-1m7xByOW5O65HcTCkeTRs6Bx-y4rv0pBjZrC4wo4B52JCkTVsiHXIfaG2Ta1FzJa7KaFsGr6TV05rdbctSqK85Y1IFuFPnWBjs8COOfSTVuOfPX8lJZljua6D0eJE4ZmJKLYIuIXc4G5j19agitrH0WcJRfWM0N15xvJ4w==" style="color:#fff; text-decoration:underline">My account</a></td></tr><tr><td class="desktop-content" valign="top" align="left" style="white-space:nowrap; text-align:right; padding-top:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FY2mKxDd3AkqXzH5NCRTSsPJ6V-INOkRrq8CqCXXrwyxbi6h4uhwLkCtI7qzYQ7WOmwcoIaGgQpj0HY5b4NpRk4VQHpTISG3fzimfHp0uzczYI7i4_MZPb4lFfgLAF5sHgblLydOQpCCMGWYH3j8Uu8KmXFRaKDXwjd0Xu7oryFJH7aR4oLbLROySOdA6fPS6cTkSiCFyHAJ6dmMQ75MsRCEcSnIylWQDppFzxPlNNIDqBWW-Hvsmn2sMQTaTWZ3vU_5vCCih_HtDI2Q_HcMU9vBw28FI0IQKOyJu7ojD5E5O_RS57Y0Ybgeis52UWn7YuAvLjiLrTSvNl7aggYleCw%3D%3D&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765528590%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=Y6ROPuPbikikblHptAcnOC2zCTH4j%2BOFqkktHj2egrc%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/Y2mKxDd3AkqXzH5NCRTSsPJ6V-INOkRrq8CqCXXrwyxbi6h4uhwLkCtI7qzYQ7WOmwcoIaGgQpj0HY5b4NpRk4VQHpTISG3fzimfHp0uzczYI7i4_MZPb4lFfgLAF5sHgblLydOQpCCMGWYH3j8Uu8KmXFRaKDXwjd0Xu7oryFJH7aR4oLbLROySOdA6fPS6cTkSiCFyHAJ6dmMQ75MsRCEcSnIylWQDppFzxPlNNIDqBWW-Hvsmn2sMQTaTWZ3vU_5vCCih_HtDI2Q_HcMU9vBw28FI0IQKOyJu7ojD5E5O_RS57Y0Ybgeis52UWn7YuAvLjiLrTSvNl7aggYleCw==" style="color:#fff; text-decoration:underline">Privacy Policy</a></td></tr><tr><td class="desktop-content" valign="top" align="left" style="white-space:nowrap; text-align:right; padding-top:16px"><a href="https://aus01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftracking.ibt.uber.com%2Ftracking%2F1%2Fclick%2FXvte3nbtoNQoefLC2XYmLBKU2DPYQRdz4l_XIMWVw4V32uifo8UqBmQfrZ-XAXm-3OUk6btpISX1VeEUUAhjT_iq4ed_fW_SFQ3R6YeU2mC3WVsY9nn0--BR4F9Eov9FYDWrAUAIprcm2zaqej1rRtmAg2_xDAZPcO70S9hamRL3_QE5OBXDP-sQB5pqNZJPHIDq4kts8S0GWbNsosnC2NwUjhquDsOTgEv7ljZlDLFFaCSqKOi3qkaZ-_JiDwAn5JcPFqZGYAK61tyq_HUFGY7j9IMRT10lcUUa-5mvuOOs_tuV2PPHTYkA4mAhasDK&amp;data=05%7C02%7C%7C656d91ca1e644a8233fa08decf7d6c1f%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C639176334765537159%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=bq5vVUd5lacoDbHp8Z0%2BC8w%2FZ3JbLeGbO5dIkAQeO7g%3D&amp;reserved=0" originalsrc="https://tracking.ibt.uber.com/tracking/1/click/Xvte3nbtoNQoefLC2XYmLBKU2DPYQRdz4l_XIMWVw4V32uifo8UqBmQfrZ-XAXm-3OUk6btpISX1VeEUUAhjT_iq4ed_fW_SFQ3R6YeU2mC3WVsY9nn0--BR4F9Eov9FYDWrAUAIprcm2zaqej1rRtmAg2_xDAZPcO70S9hamRL3_QE5OBXDP-sQB5pqNZJPHIDq4kts8S0GWbNsosnC2NwUjhquDsOTgEv7ljZlDLFFaCSqKOi3qkaZ-_JiDwAn5JcPFqZGYAK61tyq_HUFGY7j9IMRT10lcUUa-5mvuOOs_tuV2PPHTYkA4mAhasDK" style="color:#fff; text-decoration:underline">Terms and Conditions</a></td></tr></tbody></table></td></tr><tr><td valign="top" align="left" style="text-align:left; white-space:nowrap; padding-top:16px"><img src="https://tb-static.uber.com/prod/receipts/cdn/receipts-v4/uber_footer_icon.png" width="74" height="44"></td><td valign="bottom" align="right" style="text-align:right; white-space:nowrap"><table align="right" border="0" cellpadding="0" cellspacing="0" role="presentation"><tbody><tr></tr></tbody></table></td></tr></tbody></table></td></tr></tbody></table></div></div></td></tr></tbody></table></td><td></td></tr></tbody></table></body></html>