Skip to content

Instantly share code, notes, and snippets.

@anuj9196
Created June 22, 2019 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anuj9196/e771c1c1646a835992fe3d1d105b637d to your computer and use it in GitHub Desktop.
Save anuj9196/e771c1c1646a835992fe3d1d105b637d to your computer and use it in GitHub Desktop.
{
"serviceList": [
{
"technician": {
"firstName": "Anuj",
"id": 23,
"lastName": "Sharma",
"nickName": "sdsd",
"salonsId": 1,
"usersId": 1
},
"service": {
"name": "bleach",
"price": "40",
"id": 11,
"serviceTime": null
}
},
{
"technician": {
"firstName": "Anuj",
"id": 23,
"lastName": "Sharma",
"nickName": "sdsd",
"salonsId": 1,
"usersId": 1
},
"service": {
"name": "de-tan",
"price": "23",
"id": 9,
"serviceTime": null
}
}
],
"totalCost": 63,
"totalPayable": 58,
"discountData": {
"type": "dollar",
"value": 5,
"valueString": "$5",
"discountAmount": 5
}
}
@anshup7
Copy link

anshup7 commented Jun 30, 2019

i will need payment breakup

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