Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "startDate": "1950-10-11T17:36:39.844Z",
  3.     "endDate": "2020-10-11T17:36:39.844Z",
  4.     "records": [
  5.         {
  6.             "description": "Add Money to Custom Account",
  7.             "invoiceId": 54067,
  8.             "transactionSource": "DEVICE",
  9.             "transactionDate": "2014-07-22T04:50:22.725Z",
  10.             "amount": 10.7,
  11.             "endingBalance": 10.7
  12.         },
  13.         {
  14.             "description": "State Sales Tax",
  15.             "invoiceId": 54067,
  16.             "transactionSource": "DEVICE",
  17.             "taxCategory": "TAX",
  18.             "transactionDate": "2014-07-22T04:50:22.740Z",
  19.             "amount": -0.7,
  20.             "endingBalance": 10
  21.         },
  22.         {
  23.             "description": "Purchase plan: Unlimited Text",
  24.             "invoiceId": 54068,
  25.             "transactionSource": "DEVICE",
  26.             "taxCategory": "TEXTPLAN",
  27.             "transactionDate": "2014-07-22T04:50:35.329Z",
  28.             "amount": -10,
  29.             "endingBalance": 0
  30.         },
  31.         {
  32.             "description": "Prorated fee - Line #2 (07/21/2014 - 08/21/2014)",
  33.             "invoiceId": 54066,
  34.             "transactionSource": "SYSTEM",
  35.             "taxCategory": "LINEFEE",
  36.             "transactionDate": "2014-07-22T04:46:04.833Z",
  37.             "amount": -6.98,
  38.             "endingBalance": 0
  39.         },
  40.         {
  41.             "description": "Top-Up from PIN 2345678923",
  42.             "invoiceId": 54078,
  43.             "transactionSource": "SYSTEM",
  44.             "subscriberIdentity": "66666666688",
  45.             "transactionDate": "2014-07-22T07:30:43.397Z",
  46.             "amount": 10,
  47.             "endingBalance": 10
  48.         },
  49.         {
  50.             "description": "Add Money to Custom Account",
  51.             "invoiceId": 54064,
  52.             "transactionSource": "DEVICE",
  53.             "transactionDate": "2014-07-22T04:42:14.041Z",
  54.             "amount": 7.47,
  55.             "endingBalance": 7.47
  56.         },
  57.         {
  58.             "description": "State Sales Tax",
  59.             "invoiceId": 54064,
  60.             "transactionSource": "DEVICE",
  61.             "taxCategory": "TAX",
  62.             "transactionDate": "2014-07-22T04:42:14.062Z",
  63.             "amount": -0.49,
  64.             "endingBalance": 6.98
  65.         },
  66.         {
  67.             "description": "Credit to Custom Account",
  68.             "invoiceId": 53102,
  69.             "transactionSource": "AGENT",
  70.             "taxCategory": "NOT_APPLICABLE",
  71.             "transactionDate": "2014-07-22T04:44:23.176Z",
  72.             "amount": 6.98,
  73.             "endingBalance": 6.98
  74.         },
  75.         {
  76.             "description": "ACCT_SETUP_FEES",
  77.             "invoiceId": 54065,
  78.             "transactionSource": "DEVICE",
  79.             "taxCategory": "ACTIVATION_FEE",
  80.             "transactionDate": "2014-07-22T04:42:15.998Z",
  81.             "amount": 0,
  82.             "endingBalance": 6.98
  83.         },
  84.         {
  85.             "description": "ADDL_LINE_FEES",
  86.             "invoiceId": 54065,
  87.             "transactionSource": "DEVICE",
  88.             "taxCategory": "LINEFEE",
  89.             "transactionDate": "2014-07-22T04:42:16.010Z",
  90.             "amount": -6.98,
  91.             "endingBalance": 0
  92.         }
  93.     ],
  94.     "type": "FetchAccountTransactionHistoryResponse",
  95.     "timestamp": "2014-07-22T08:46:15.528Z",
  96.     "version": "4.1.0-SNAPSHOT"
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement