Skip to content

Instantly share code, notes, and snippets.

@chris-held
Created May 12, 2014 18:02
Show Gist options
  • Select an option

  • Save chris-held/5369bc1ec84c1cbad891 to your computer and use it in GitHub Desktop.

Select an option

Save chris-held/5369bc1ec84c1cbad891 to your computer and use it in GitHub Desktop.
detail: {
entryType: {
id: 1
},
account: {
//I just make sure this is there, I honestly am not sure why
},
header: {
requestDate: 1395347715000
requestType: {
description: "Cash Donation (flow thru)",
id: 1
},
description: "This is the JSON string we send along during the donation",
fee: 2
},
amount: 3.16000
}
@BrodieReuter
Copy link

{
"account": {
"accountNumber": "2041",
"description": "Donation Unclaimed - Funds held for others",
"id": 5
},
"amount": 50.00000,
"description": null,
"entryType": {
"description": "Credit",
"id": 2
},
"header": {
"amount": 50.00000,
"description": "original request",
"fee": 0.00000,
"fundRaiser": "212d2e587ca464af10e05dbc608b5514",
"id": 4618,
"requestDate": 1383079714052,
"requestType": {
"description": "Cash Donation (flow thru)",
"executionWeight": 1,
"id": 1
}
},
"id": 4622
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment