Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.45 KB | None | 0 0
  1.     "planDuration" : {
  2.         "_id" : ObjectId("5c2565aae8b07ff3770a8037"),
  3.         "type" : "DAY",
  4.         "quantity" : 7
  5.     },
  6.     "pricingInfo" : {
  7.         "_id" : ObjectId("5d1407c49469b4069107c2c6"),
  8.         "baseUsers" : 100,
  9.         "baseCost" : {
  10.             "_id" : ObjectId("5c9d5af40846f7f3161dbe7e"),
  11.             "options" : [
  12.                 {
  13.                     "_id" : ObjectId("5c9d5af40846f7684b1dbe80"),
  14.                     "currency" : "MXN",
  15.                     "amount" : 0
  16.                 },
  17.                 {
  18.                     "_id" : ObjectId("5c9d5af40846f725801dbe7f"),
  19.                     "currency" : "USD",
  20.                     "amount" : 15
  21.                 }
  22.             ]
  23.         },
  24.         "aditionalUsers" : 0,
  25.         "aditionalUserCost" : {
  26.             "_id" : ObjectId("5d09605ff08d161e2f544197"),
  27.             "options" : [
  28.                 {
  29.                     "_id" : ObjectId("5d09605ff08d160718544198"),
  30.                     "currency" : "USD",
  31.                     "amount" : 10
  32.                 }
  33.             ]
  34.         }
  35.     },
  36.     "status" : "EXPIRED",
  37.     "autoRenew" : true,
  38.     "shippingInfo" : {
  39.         "_id" : ObjectId("5d1407c49469b4612407c2cc"),
  40.         "firstName" : "asdas",
  41.         "lastName" : "asd",
  42.         "address1" : "asd",
  43.         "country" : "asd",
  44.         "city" : "asd",
  45.         "state" : "asd",
  46.         "postalCode" : "asd"
  47.     },
  48.     "created" : ISODate("2019-06-27T00:03:16.427Z"),
  49.     "__v" : 0,
  50.     "payPalSubscriptionInfo" : {
  51.         "_id" : ObjectId("5d1407c59469b4133307c2f2"),
  52.         "payPalPlanId" : "P-95F938353H789005MLUJ7TBQ",
  53.         "payPalSubscriptionId" : "I-T2YSYHJW1U8D"
  54.     },
  55.     "edited" : ISODate("2019-07-03T00:00:00.077Z"),
  56.     "start" : ISODate("2019-06-27T05:00:00Z"),
  57.     "end" : ISODate("2019-06-29T18:24:47.073Z"),
  58.     "recordVideocall" : false,
  59.     "isDemo" : true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement