Advertisement
dewthossapol

my_subscription

Dec 24th, 2018
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.01 KB | None | 0 0
  1. {
  2.     "orders": [
  3.         {
  4.             "order_id": "",
  5.             "recurring_status": "",
  6.             "recurring_next_date": "",
  7.             "recurring_cancel_date": "", // เอาไว้ใส่ใน order ที่ยกเลิกแล้ว
  8.             "price": "",
  9.             "credit_card_info": {
  10.                 "number": "",
  11.                 "scheme": "VISA"
  12.             },
  13.             "course": {
  14.                 "type": "", // student กับ bundlestudent
  15.                 "title": "",
  16.                 "slug": "",
  17.                 "thumb_image": "",
  18.                 "course_childs": ["", ""]
  19.             }
  20.         }
  21.     ]
  22.     "payment_histories": [
  23.         {
  24.             "transaction_datetime": datetime.datetime(2018, 12, 25, 8, 52, 30, tzinfo=<UTC>),
  25.             "invoice_no": "00201889010108601",
  26.             "status": 2,
  27.             "order_id": "201889010108601",
  28.             "total_revenue": 199,
  29.             "credit_card_number": "411111XXXXXX1111",
  30.             "course": {
  31.                 "slug": "toeic_krubird",
  32.                 "title": "Krubird  TOEIC"
  33.             }
  34.         }
  35.     ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement