Guest User

Untitled

a guest
Nov 18th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. class CurrencyData {
  2. @SerializedName("Date")
  3. var date: String? = null
  4. @SerializedName("PreviousDate")
  5. var previousDate: String? = null
  6. @SerializedName("PreviousURL")
  7. var previousURL: String? = null
  8. @SerializedName("Timestamp")
  9. var timestamp: String? = null
  10. @SerializedName("Valute")
  11. // var valute: ArrayList<Valute> = ArrayList()
  12. var valute: HashMap<String, Current> = HashMap()
Advertisement
Add Comment
Please, Sign In to add comment