Skip to content

Instantly share code, notes, and snippets.

@zazk
Created October 6, 2017 20:07
Show Gist options
  • Select an option

  • Save zazk/9b4ff168d23dbb9645ab79dcb586efc9 to your computer and use it in GitHub Desktop.

Select an option

Save zazk/9b4ff168d23dbb9645ab79dcb586efc9 to your computer and use it in GitHub Desktop.
{
"payments": [
{
"type": 1,
"name": "credit",
"enable_chip": "0",
"subpayments": [],
"account_type": null,
"order_type": null
},
{
"type": 2,
"name": "cash",
"subpayments": [],
"account_type": null,
"order_type": null
},
{
"type": 5,
"name": "house_account",
"subpayments": [],
"account_type": null,
"order_type": null
},
{
"type": 6,
"name": "beacon",
"subpayments": [],
"account_type": null,
"order_type": null
},
{
"type": 8,
"name": "rfid",
"subpayments": [],
"account_type": "BOTH",
"order_type": "POS"
},
{
"type": -1,
"name": "tab",
"subpayments": [],
"account_type": "BOTH",
"order_type": "ALL"
},
{
"type": -1,
"name": "contactless",
"subpayments": [],
"account_type": "BOTH",
"order_type": "ALL"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment