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/paypal1234567890/billing_info">
  <account href="https://api.recurly.com/v2/accounts/paypal1234567890"/>
  <first_name>Larry</first_name>
  <last_name>David</last_name>
  <company nil="nil"></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 nil="nil"></vat_number>
  <ip_address>127.0.0.1</ip_address>
  <ip_address_country nil="nil"></ip_address_country>
  <paypal_billing_agreement_id>abc123</paypal_billing_agreement_id>
</billing_info>
