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

<?xml version="1.0" encoding="UTF-8"?>
<billing_info href="https://api.recurly.com/v2/accounts/abcdef1234567890/billing_info" type="credit_card">
  <account href="https://api.recurly.com/v2/accounts/abcdef1234567890"/>
  <first_name>Larry</first_name>
  <last_name>David</last_name>
  <company>Pretty Good Company</company>
  <address1>123 Pretty Pretty Good St.</address1>
  <address2 nil="nil"></address2>
  <city>Los Angeles</city>
  <state>CA</state>
  <zip>90210</zip>
  <country>US</country>
  <phone nil="nil"></phone>
  <vat_number>2000</vat_number>
  <ip_address>127.0.0.1</ip_address>
  <ip_address_country nil="nil"></ip_address_country>
  <card_type>Visa</card_type>
  <year type="integer">2015</year>
  <month type="integer">1</month>
  <first_six>411111</first_six>
  <last_four>1111</last_four>
  <updated_at type="datetime">2017-02-17T15:38:53Z</updated_at>
</billing_info>
