AdaptyAndroidSubscriptionUpdateParameters

data class AdaptyAndroidSubscriptionUpdateParameters(val oldSubVendorProductId: String, val replacementMode: AdaptyAndroidSubscriptionUpdateReplacementMode)

Parameters for updating an active Android subscription.

This class is used when you want to replace an existing subscription with a new one, specifying which subscription is being replaced and how the proration should be handled.

See also

Constructors

constructor(oldSubVendorProductId: String, replacementMode: AdaptyAndroidSubscriptionUpdateReplacementMode)

Properties

Link copied to clipboard

The product ID of the current subscription that should be updated.

Link copied to clipboard

The proration mode for the subscription update.