Advertisement
luck-alex13

no_constants

Jul 31st, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Paper.book().delete("ACCESS_TOKEN")
  2. Paper.book().delete("USER_NOT_REGISTERED")
  3. Paper.book().delete("USERNAME")
  4. Paper.book().delete("PASSWORD")
  5.  
  6. var jObject = JSONObject()
  7. jObject.put("priceSpentRub", this.expenseReportActivity!!.priceSpentRub)
  8. jObject.put("dateTimeStringLocal", this.expenseReportActivity!!.dateTimeStringLocal)
  9. jObject.put("priceReceivedRub", this.expenseReportActivity!!.priceReceivedRub)
  10. jObject.put("dailyAllowance", this.expenseReportActivity!!.dailyAllowance)
  11. jObject.put("priceDailyAllowanceRub", this.expenseReportActivity!!.priceDailyAllowanceRub ?: 0)
  12. jObject.put("days", this.expenseReportActivity!!.days ?: 0)
  13. jObject.put("prepaidEexpenseAppointment", this.expenseReportActivity!!.prepaidEexpenseAppointment)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement