UpgradeInfo

data class UpgradeInfo(val oldSku: String, val prorationMode: Int? = null)

This object holds the information used when upgrading from another sku.

Constructors

Link copied to clipboard
fun UpgradeInfo(oldSku: String, prorationMode: Int? = null)

Properties

Link copied to clipboard
val oldSku: String

The oldSku to upgrade from.

Link copied to clipboard
val prorationMode: Int? = null

The BillingFlowParams.ProrationMode to use when upgrading the given oldSku.

Sources

Link copied to clipboard