| Name | Summary |
|---|---|
build | fun build(): BillingFlowParams.SubscriptionUpdateParams |
setOldPurchaseToken | fun setOldPurchaseToken(purchaseToken: String): BillingFlowParams.SubscriptionUpdateParams.Builder Specifies the purchase token that the user is upgrading or downgrading from. |
setOldSkuPurchaseToken | fun This deprecated API will call set the old purchase token via setOldPurchaseToken. |
setOriginalExternalTransactionId | fun setOriginalExternalTransactionId(externalTransactionId: String): BillingFlowParams.SubscriptionUpdateParams.Builder If the originating transaction for the subscription that the user is upgrading or downgrading from was processed via alternative billing, specifies the external transaction id of the originating subscription. |
setReplaceProrationMode | fun This deprecated API will set the equivalent ReplacementMode via setSubscriptionReplacementMode. If the proration mode is not supported, it will default to ReplacementMode.UNKNOWN_REPLACEMENT_MODE. |
setReplaceSkusProrationMode | fun This deprecated API will set the equivalent ReplacementMode via setSubscriptionReplacementMode. If the proration mode is not supported, it will default to ReplacementMode.UNKNOWN_REPLACEMENT_MODE. |
setSubscriptionReplacementMode | fun setSubscriptionReplacementMode(subscriptionReplacementMode: Int): BillingFlowParams.SubscriptionUpdateParams.Builder Specifies the ReplacementMode for replacement. |