dmitriy.m
01/24/2017, 9:52 AM"price":{"amount":10142292,"currency":"RUB"}
and i'm trying to map it to model
data class AmountElement(val amount: Double,
val currency: Currency)
but field amount looks weird if its more than 10 million.