Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.64 KB | None | 0 0
  1. {
  2.     "Code": 0,
  3.     "Message": "SUCCESS",
  4.     "Data": {
  5.         "Accounts": [
  6.             {
  7.                 "AccountNumber": "534854-175798",
  8.                 "EmailAddress": "d@g.c",
  9.                 "InvoiceGUID": "26edbaab-14dd-47d2-94cc-425b353ca39c",
  10.                 "InvoiceNumber": "534854-1741667",
  11.                 "BalanceDue": 9797,
  12.                 "InvoiceDate": "2018-07-10T00:00:00",
  13.                 "DueDate": "2018-08-10T00:00:00",
  14.                 "InvoiceTypeDesc": "Utility",
  15.                 "AllowPartialPayments": true,
  16.                 "AllowOverPayments": true,
  17.                 "BlockPaymentsCC": false,
  18.                 "BlockPaymentsACH": true
  19.             }
  20.         ],
  21.         "PaymentTypes": [
  22.             {
  23.                 "ID": 1,
  24.                 "Name": "CreditCard",
  25.                 "Enabled": true
  26.             },
  27.             {
  28.                 "ID": 2,
  29.                 "Name": "ACH",
  30.                 "Enabled": true
  31.             },
  32.             {
  33.                 "ID": 6,
  34.                 "Name": "Cash",
  35.                 "Enabled": true
  36.             }
  37.         ],
  38.         "CreditCardTypes": [
  39.             {
  40.                 "ID": 1,
  41.                 "Name": "Visa",
  42.                 "Enabled": true
  43.             },
  44.             {
  45.                 "ID": 2,
  46.                 "Name": "MasterCard",
  47.                 "Enabled": true
  48.             },
  49.             {
  50.                 "ID": 3,
  51.                 "Name": "AmericanExpress",
  52.                 "Enabled": true
  53.             },
  54.             {
  55.                 "ID": 4,
  56.                 "Name": "Discover",
  57.                 "Enabled": true
  58.             }
  59.         ]
  60.     }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement