Advertisement
Guest User

billing_state update

a guest
Sep 26th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. {
  2. postpay: {
  3. total_minutes: How much time user can spent on postpaid,
  4. spent_minutes: How much time user already spent on postpaid,
  5. spent_amount: How much money user must to pay for postpaid session
  6. }
  7. session_end_date: time the session ends,
  8. amount: User account amount,
  9. need_refill: Is user need refill,
  10. seconds_left: How many seconds left to session end,
  11. real_price_per_hour: Price per hour for current user,
  12. ticket: {
  13. purchase_date: Datetime when ticket was purchased,
  14. start_date: Datetime of the ticket activation,
  15. end_date: Datetime of the ticket ends,
  16. spent_minutes: Count of spent minutes on the ticket,
  17. name: Name of the ticket,
  18. price: Ticket price user payed,
  19. },
  20. tariff_level: {
  21. discount: Discount that provides current TariffLevel,
  22. experience: Experience of the current user account,
  23. level: Level of the current user account,
  24. },
  25. next_tariff_level: {
  26. discount: Discount that provides current TariffLevel,
  27. experience: Experience of the current user account,
  28. level: Level of the current user account,
  29. },
  30. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement