All Downloads are FREE. Search and download functionalities are using the official Maven repository.

munchkin.steam.model.PriceOverview.scala Maven / Gradle / Ivy

The newest version!
package munchkin.steam.model

import io.circe.generic.JsonCodec

@JsonCodec
case class PriceOverview(
  currency: String,
  initial: Int,
  `final`: Int
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy