{
    "request_id": "b5512127-a134-4bf4-b1ba-fe9f48f56d9d",
    "charges": [{
        "name": "Base Fare",
        "amount": "2.20",
        "type": "base_fare"
    }, {
        "name": "Distance",
        "amount": "2.75",
        "type": "distance"
    }, {
        "name": "Time",
        "amount": "3.57",
        "type": "time"
    }],
    "surge_charge": {
        "name": "Surge x1.5",
        "amount": "4.26",
        "type": "surge"
    },
    "charge_adjustments": [{
        "name": "Promotion",
        "amount": "-2.43",
        "type": "promotion"
    }, {
        "name": "Booking Fee",
        "amount": "1.00",
        "type": "booking_fee"
    }, {
        "name": "Rounding Down",
        "amount": "0.78",
        "type": "rounding_down"
    }],
    "normal_fare": "$8.52",
    "subtotal": "$12.78",
    "total_charged": "$5.92",
    "total_owed": null,
    "currency_code": "USD",
    "duration": "00:11:35",
    "distance": "1.49",
    "distance_label": "miles"
}
