Package com.adapty.models
Class AdaptySubscriptionUpdateParameters
-
- All Implemented Interfaces:
public final class AdaptySubscriptionUpdateParameters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAdaptySubscriptionUpdateParameters.ReplacementMode
-
Field Summary
Fields Modifier and Type Field Description private final StringoldSubVendorProductIdprivate final AdaptySubscriptionUpdateParameters.ReplacementModereplacementMode
-
Constructor Summary
Constructors Constructor Description AdaptySubscriptionUpdateParameters(String oldSubVendorProductId, AdaptySubscriptionUpdateParameters.ReplacementMode replacementMode)
-
Method Summary
Modifier and Type Method Description final StringgetOldSubVendorProductId()final AdaptySubscriptionUpdateParameters.ReplacementModegetReplacementMode()StringtoString()-
-
Constructor Detail
-
AdaptySubscriptionUpdateParameters
AdaptySubscriptionUpdateParameters(String oldSubVendorProductId, AdaptySubscriptionUpdateParameters.ReplacementMode replacementMode)
-
-
Method Detail
-
getOldSubVendorProductId
final String getOldSubVendorProductId()
-
getReplacementMode
final AdaptySubscriptionUpdateParameters.ReplacementMode getReplacementMode()
-
-
-
-