SkuChangeInfoResponse

data class SkuChangeInfoResponse(val countOfDowngrades: Double? = null, val countOfUpgradesAfterDowngrades: Double? = null, val lastChangeDate: String? = null)

Sku change info of account.

Constructors

Link copied to clipboard
constructor(countOfDowngrades: Double? = null, countOfUpgradesAfterDowngrades: Double? = null, lastChangeDate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the count of downgrades.

Link copied to clipboard

Gets the count of upgrades after downgrades.

Link copied to clipboard
val lastChangeDate: String? = null

Gets the last change date.