WITHOUT_PRORATION constant

int const WITHOUT_PRORATION

Replacement takes effect immediately, and the new price will be charged on next recurrence time. The billing cycle stays the same. https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.SubscriptionUpdateParams.ReplacementMode#WITHOUT_PRORATION()

Implementation

static const int WITHOUT_PRORATION = 3;