Skip to content

Instantly share code, notes, and snippets.

@bekzod
Last active August 29, 2015 13:57
Show Gist options
  • Save bekzod/9803068 to your computer and use it in GitHub Desktop.
Save bekzod/9803068 to your computer and use it in GitHub Desktop.
new_api
"insurance": {
"src": "LIBERTY"
"cur": "RUB",
"types": {
"BAGGAGE_ACCIDENT": {
"price": 249,
"payouts": [30000]
}
"BAGGAGE_CANCEL": {
"price": 524,
"payouts":[45000]
},
"BAGGAGE_ACCIDENT_CANCEL": {
"price": 554,
"payouts": [45000]
}
},
"pmtVrnts": [
{
"tp": "card",
"tag": "payture_rapida"
},
{
"tp": "cash",
"tag": "rapida"
}
],
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment