Last active
June 5, 2020 15:07
-
-
Save bestwebua/8582588c6ce26ab6268192384fbd57fe 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
{ | |
"subscription": { | |
"title": "Some Title", | |
"start_date": "2020-06-05T14:32:57Z", | |
"end_date": "2020-06-05T14:32:57Z", | |
"quantity": 1, | |
"type": "some type", | |
"unit_price": "42.42", | |
"amount": "42.42" | |
}, | |
"storage_subscription": { | |
"title": "Some Title", | |
"start_date": "2020-06-05T14:32:57Z", | |
"end_date": "2020-06-05T14:32:57Z", | |
"quantity": 1, | |
"type": "some type", | |
"unit_price": "42.42", | |
"amount": "42.42" | |
}, | |
"extra_call_hours": { | |
"title": "Some Title", | |
"start_date": "2020-06-05T14:32:57Z", | |
"end_date": "2020-06-05T14:32:57Z", | |
"quantity": 1, | |
"type": "some type", | |
"unit_price": "42.42", | |
"amount": "42.42" | |
}, | |
"subscription_upgrades": [ | |
{ | |
"title": "Some Title", | |
"start_date": "2020-06-05T14:32:57Z", | |
"end_date": "2020-06-05T14:32:57Z", | |
"quantity": 1, | |
"type": "some type", | |
"unit_price": "42.42", | |
"amount": "42.42" | |
} | |
], | |
"storage_upgrades": [ | |
{ | |
"title": "Some Title", | |
"start_date": "2020-06-05T14:32:57Z", | |
"end_date": "2020-06-05T14:32:57Z", | |
"quantity": 1, | |
"type": "some type", | |
"unit_price": "42.42", | |
"amount": "42.42" | |
} | |
], | |
"team_seat_upgrades": [ | |
{ | |
"title": "Some Title", | |
"start_date": "2020-06-05T14:32:57Z", | |
"end_date": "2020-06-05T14:32:57Z", | |
"quantity": 1, | |
"type": "some type", | |
"unit_price": "42.42", | |
"amount": "42.42" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment