DecomposedProductIds

data class DecomposedProductIds(val subscriptionId: String, val basePlanType: BasePlanType, val offerType: OfferType, val fullId: String)(source)

Represents a decomposed product ID in the format: productId:basePlan:offer

basePlanType uses BasePlanType:

offerType uses OfferType:

Constructors

Link copied to clipboard
constructor(subscriptionId: String, basePlanType: BasePlanType, offerType: OfferType, fullId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns the base plan ID if specific, null if auto

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard