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

<?xml version="1.0" encoding="UTF-8"?>
<gift_card href="https://api.recurly.com/v2/gift_cards/1988596967980562362">
  <gifter_account href="https://api.recurly.com/v2/accounts/myaccount" />
  <invoice href="https://api.recurly.com/v2/invoices/1000" />
  <recipient_account href="https://api.recurly.com/v2/accounts/myaccount" />
  <id type="integer">1988596967980562362</id>
  <redemption_code>AI4VOVO1RC74H9E2</redemption_code>
  <product_code>gift_card</product_code>
  <unit_amount_in_cents type="integer">2000</unit_amount_in_cents>
  <currency>USD</currency>
  <balance_in_cents type="integer">2000</balance_in_cents>
  <delivery>
    <method>email</method>
    <deliver_at nil="nil"></deliver_at>
    <email_address>john@example.com</email_address>
    <first_name>John</first_name>
    <last_name>Smith</last_name>
    <address>
      <address1></address1>
      <address2></address2>
      <city></city>
      <state></state>
      <zip></zip>
      <country></country>
      <phone nil="nil"></phone>
    </address>
    <gifter_name>Sally</gifter_name>
    <personal_message>Hi John, Happy Birthday! I hope you have a great day! Love, Sally</personal_message>
  </delivery>
  <created_at type="datetime">2016-04-15T07:00:00Z</created_at>
  <updated_at type="datetime">2016-12-27T07:00:00Z</updated_at>
  <delivered_at type="datetime">2016-12-25T07:00:05Z</delivered_at>
  <redeemed_at type="datetime">2016-12-27T07:00:00Z</redeemed_at>
  <canceled_at nil="nil"></canceled_at>
</gift_card>
