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
for possible values.
Constructors
Link copied to clipboard
constructor(oldSubVendorProductId: String, replacementMode: AdaptyAndroidSubscriptionUpdateReplacementMode)