parent
6c29b8e493
commit
a928991ac3
@ -1,11 +0,0 @@ |
|||||||
package net.pokeranalytics.android.model.retrofit |
|
||||||
|
|
||||||
import com.google.gson.annotations.SerializedName |
|
||||||
|
|
||||||
/** |
|
||||||
* CurrencyCode Converter mapping class |
|
||||||
*/ |
|
||||||
class CurrencyConverterValue { |
|
||||||
@SerializedName("val") |
|
||||||
var value: Double? = 0.0 |
|
||||||
} |
|
||||||
Loading…
Reference in new issue