Advertisement
guilhermeluz

Untitled

Feb 27th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.64 KB | None | 0 0
  1. {
  2.     "content": [
  3.         {
  4.             "purchaseId": null,
  5.             "amount": 24,
  6.             "updateAt": "2018-02-23T22:04:49.751",
  7.             "createdAt": "2018-02-23T22:04:49.751",
  8.             "saleAt": "2018-02-07T15:32:28.866",
  9.             "coordinates": [
  10.                 {
  11.                     "latitude": -15.742817594192015,
  12.                     "longitude": -47.89708152783667,
  13.                     "accuracyMeters": 65
  14.                 }
  15.             ],
  16.             "products": [
  17.                 {
  18.                     "unitPrice": 24,
  19.                     "name": "",
  20.                     "quantity": 1
  21.                 }
  22.             ],
  23.             "userEmail": "guilhermehgl1@gmail.com",
  24.             "discount": [],
  25.             "typesPayment": [
  26.                 "IZETTLE_CASH"
  27.             ],
  28.             "typeMachine": "Izettle",
  29.             "statusPurchase": "Active",
  30.             "currency": "BRL"
  31.         },
  32.         {
  33.             "purchaseId": null,
  34.             "amount": 110,
  35.             "updateAt": "2018-02-23T22:04:49.752",
  36.             "createdAt": "2018-02-23T22:04:49.752",
  37.             "saleAt": "2018-02-07T21:34:20.164",
  38.             "coordinates": [
  39.                 {
  40.                     "latitude": -15.74281541020422,
  41.                     "longitude": -47.89707459757495,
  42.                     "accuracyMeters": 65
  43.                 }
  44.             ],
  45.             "products": [
  46.                 {
  47.                     "unitPrice": 66,
  48.                     "name": "halls preto",
  49.                     "quantity": 1
  50.                 },
  51.                 {
  52.                     "unitPrice": 22,
  53.                     "name": "carteira",
  54.                     "quantity": 2
  55.                 }
  56.             ],
  57.             "userEmail": "guilhermehgl1@gmail.com",
  58.             "discount": [],
  59.             "typesPayment": [
  60.                 "IZETTLE_CASH"
  61.             ],
  62.             "typeMachine": "Izettle",
  63.             "statusPurchase": "Active",
  64.             "currency": "BRL"
  65.         },
  66.         {
  67.             "purchaseId": null,
  68.             "amount": 99,
  69.             "updateAt": "2018-02-23T22:04:49.753",
  70.             "createdAt": "2018-02-23T22:04:49.753",
  71.             "saleAt": "2018-02-07T21:37:40.496",
  72.             "coordinates": [
  73.                 {
  74.                     "latitude": -15.743038145080293,
  75.                     "longitude": -47.89726255683489,
  76.                     "accuracyMeters": 65
  77.                 }
  78.             ],
  79.             "products": [
  80.                 {
  81.                     "unitPrice": 66,
  82.                     "name": "halls preto",
  83.                     "quantity": 1
  84.                 },
  85.                 {
  86.                     "unitPrice": 22,
  87.                     "name": "carteira",
  88.                     "quantity": 2
  89.                 }
  90.             ],
  91.             "userEmail": "guilhermehgl1@gmail.com",
  92.             "discount": [
  93.                 {
  94.                     "name": "Hello world",
  95.                     "amount": 0,
  96.                     "typeDiscount": "Percent"
  97.                 }
  98.             ],
  99.             "typesPayment": [
  100.                 "IZETTLE_CASH"
  101.             ],
  102.             "typeMachine": "Izettle",
  103.             "statusPurchase": "Active",
  104.             "currency": "BRL"
  105.         },
  106.         {
  107.             "purchaseId": null,
  108.             "amount": 80,
  109.             "updateAt": "2018-02-23T22:04:49.753",
  110.             "createdAt": "2018-02-23T22:04:49.753",
  111.             "saleAt": "2018-02-07T22:19:36.136",
  112.             "coordinates": [
  113.                 {
  114.                     "latitude": -15.742954074061126,
  115.                     "longitude": -47.89721805030972,
  116.                     "accuracyMeters": 65
  117.                 }
  118.             ],
  119.             "products": [
  120.                 {
  121.                     "unitPrice": 22,
  122.                     "name": "carteira",
  123.                     "quantity": 1
  124.                 },
  125.                 {
  126.                     "unitPrice": 66,
  127.                     "name": "halls preto",
  128.                     "quantity": 1
  129.                 }
  130.             ],
  131.             "userEmail": "guilhermehgl1@gmail.com",
  132.             "discount": [
  133.                 {
  134.                     "name": null,
  135.                     "amount": 8,
  136.                     "typeDiscount": "Money"
  137.                 }
  138.             ],
  139.             "typesPayment": [
  140.                 "IZETTLE_CASH"
  141.             ],
  142.             "typeMachine": "Izettle",
  143.             "statusPurchase": "Active",
  144.             "currency": "BRL"
  145.         }
  146.     ],
  147.     "totalPages": 1,
  148.     "totalElements": 4,
  149.     "last": true,
  150.     "numberOfElements": 4,
  151.     "sort": null,
  152.     "first": true,
  153.     "size": 100,
  154.     "number": 0
  155. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement