-
-
Save jakub-kaninsky-epptec/bfcb6ea26aa6113f52621f39ab90b014 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| // Bundle of insurance packages | |
| "packages": [ | |
| // Premium insurance package | |
| { | |
| "name": "Premium", | |
| "price": 24.8, | |
| "medicalExpenses": 1000000, | |
| "accidentInsurance": "Yes (max $15,000)", | |
| "belongingsLuggage": "Yes (max $500)", | |
| "civicLifeResponsibility": 200000, | |
| "hospitalStay": false, | |
| "aboveAssistance": false | |
| } | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment