GameKeysResponse
data class GameKeysResponse( val sku: String = "", val name: String? = null, val groups: List<Group> = emptyList(), val attributes: List<GameAttribute> = emptyList(), val type: String? = null, val description: String? = null, val imageUrl: String? = null, val isFree: Boolean = false, val price: Price? = null, val virtualPrices: List<VirtualPrice> = emptyList(), val drmName: String? = null, val drmSku: String? = null, val hasKeys: Boolean = false, val isPreOrder: Boolean = false, val releaseDate: String? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun GameKeysResponse( sku: String = "", name: String? = null, groups: List<Group> = emptyList(), attributes: List<GameAttribute> = emptyList(), type: String? = null, description: String? = null, imageUrl: String? = null, isFree: Boolean = false, price: Price? = null, virtualPrices: List<VirtualPrice> = emptyList(), drmName: String? = null, drmSku: String? = null, hasKeys: Boolean = false, isPreOrder: Boolean = false, releaseDate: String? = null)
Content copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "virtual_prices")
Content copied to clipboard