HTTP/1.1 200 OK
Content-Type: application/xml; charset=utf-8

<?xml version="1.0" encoding="UTF-8"?>
<adjustment href="https://api.recurly.com/v2/adjustments/abcdef1234567890" type="charge">
  <account href="https://api.recurly.com/v2/accounts/account"/>
  <invoice href="https://api.recurly.com/v2/invoices/1234"/>
  <subscription href="https://api.recurly.com/v2/subscriptions/1234567890abcdef"/>
  <uuid>abcdef1234567890</uuid>
  <state>invoiced</state>
  <description>$12 Annual Subscription</description>
  <accounting_code></accounting_code>
  <product_code nil="nil"></product_code>
  <origin>plan</origin>
  <unit_amount_in_cents type="integer">1200</unit_amount_in_cents>
  <quantity type="integer">1</quantity>
  <discount_in_cents type="integer">0</discount_in_cents>
  <tax_in_cents type="integer">5000</tax_in_cents>
  <total_in_cents type="integer">1200</total_in_cents>
  <currency>USD</currency>
  <tax_exempt type="boolean">false</tax_exempt>
  <tax_details type="array">
    <tax_detail>
      <name>california</name>
      <type>state</type>
      <tax_rate type="float">0.065</tax_rate>
      <tax_in_cents type="integer">3000</tax_in_cents>
    </tax_detail>
    <tax_detail>
      <name>san francisco</name>
      <type>county</type>
      <tax_rate type="float">0.02</tax_rate>
      <tax_in_cents type="integer">2000</tax_in_cents>
    </tax_detail>
  </tax_details>
  <start_date type="datetime">2011-04-30T07:00:00Z</start_date>
  <end_date type="datetime">2011-04-30T07:00:00Z</end_date>
  <created_at type="datetime">2011-08-31T03:30:00Z</created_at>
</adjustment>
