Created
July 9, 2010 19:06
-
-
Save ryenski/469886 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<donation> | |
<id type="integer">579779</id> | |
<persona-id type="integer">60341</persona-id> | |
<received-on type="date">2010-07-09</received-on> | |
<amount-in-cents type="integer">57900</amount-in-cents> | |
<authorization-code nil="true"></authorization-code> | |
<bank-name></bank-name> | |
<bank-number></bank-number> | |
<batch-date type="datetime" nil="true"></batch-date> | |
<batch-number>900</batch-number> | |
<check-date type="date">2010-07-01</check-date> | |
<check-number>4321</check-number> | |
<currency>USD</currency> | |
<donation-type-id type="integer">2</donation-type-id> | |
<expiration-date type="date" nil="true"></expiration-date> | |
<last-four-digits nil="true"></last-four-digits> | |
<legacy-id nil="true"></legacy-id> | |
<memo>Donation Memo</memo> | |
<meta type="yaml" nil="true"></meta> | |
<name-on-card nil="true"></name-on-card> | |
<payment-status nil="true"></payment-status> | |
<source-id type="integer">23028</source-id> | |
<transaction-fee-in-cents type="integer">123</transaction-fee-in-cents> | |
<transaction-id>5556667777</transaction-id> | |
<splits type="array"> | |
<split> | |
<amount-in-cents type="integer">45600</amount-in-cents> | |
<donation-id type="integer">579779</donation-id> | |
<fund-id type="integer">10001</fund-id> | |
<id type="integer">580150</id> | |
<memo>A second split</memo> | |
<fund> | |
<alias nil="true"></alias> | |
<archived type="boolean" nil="true"></archived> | |
<description nil="true"></description> | |
<description-html nil="true"></description-html> | |
<ends-on type="date" nil="true"></ends-on> | |
<excerpt nil="true"></excerpt> | |
<goal-in-cents type="integer" nil="true"></goal-in-cents> | |
<id type="integer">10001</id> | |
<name>General Support</name> | |
<published type="boolean" nil="true"></published> | |
<starts-on type="date" nil="true"></starts-on> | |
<tax-deductible type="boolean">true</tax-deductible> | |
</fund> | |
</split> | |
<split> | |
<amount-in-cents type="integer">12300</amount-in-cents> | |
<donation-id type="integer">579779</donation-id> | |
<fund-id type="integer">10003</fund-id> | |
<id type="integer">580149</id> | |
<memo>A memo for the split line</memo> | |
<fund> | |
<alias></alias> | |
<archived type="boolean">false</archived> | |
<description>A description of this fund. </description> | |
<description-html><p>A description of this fund. </p></description-html> | |
<ends-on type="date" nil="true"></ends-on> | |
<excerpt></excerpt> | |
<goal-in-cents type="integer">4000000</goal-in-cents> | |
<id type="integer">10003</id> | |
<name>Elementary Schools</name> | |
<published type="boolean">true</published> | |
<starts-on type="date" nil="true"></starts-on> | |
<tax-deductible type="boolean">true</tax-deductible> | |
</fund> | |
</split> | |
</splits> | |
</donation> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment