Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

marketplace_purchase.purchased.payload.json 1.9 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
  1. {
  2. "action":"purchased",
  3. "effective_date":"2017-10-25T00:00:00+00:00",
  4. "sender":{
  5. "login":"username",
  6. "id":3877742,
  7. "avatar_url":"https://avatars2.githubusercontent.com/u/3877742?v=4",
  8. "gravatar_id":"",
  9. "url":"https://api.github.com/users/username",
  10. "html_url":"https://github.com/username",
  11. "followers_url":"https://api.github.com/users/username/followers",
  12. "following_url":"https://api.github.com/users/username/following{/other_user}",
  13. "gists_url":"https://api.github.com/users/username/gists{/gist_id}",
  14. "starred_url":"https://api.github.com/users/username/starred{/owner}{/repo}",
  15. "subscriptions_url":"https://api.github.com/users/username/subscriptions",
  16. "organizations_url":"https://api.github.com/users/username/orgs",
  17. "repos_url":"https://api.github.com/users/username/repos",
  18. "events_url":"https://api.github.com/users/username/events{/privacy}",
  19. "received_events_url":"https://api.github.com/users/username/received_events",
  20. "type":"User",
  21. "site_admin":true,
  22. "email":"username@email.com"
  23. },
  24. "marketplace_purchase":{
  25. "account":{
  26. "type":"Organization",
  27. "id":18404719,
  28. "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
  29. "login":"username",
  30. "organization_billing_email":"username@email.com"
  31. },
  32. "billing_cycle":"monthly",
  33. "unit_count":1,
  34. "on_free_trial":false,
  35. "free_trial_ends_on":null,
  36. "next_billing_date":"2017-11-05T00:00:00+00:00",
  37. "plan":{
  38. "id":435,
  39. "name":"Basic Plan",
  40. "description":"Basic Plan",
  41. "monthly_price_in_cents":1000,
  42. "yearly_price_in_cents":10000,
  43. "price_model":"per-unit",
  44. "has_free_trial":true,
  45. "unit_name":"seat",
  46. "bullets":[
  47. "Is Basic",
  48. "Because Basic "
  49. ]
  50. }
  51. }
  52. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...