CHARGE_FULL_PRICE constant

int const CHARGE_FULL_PRICE

Replacement takes effect immediately, and the user is charged full price of new plan and is given a full billing cycle of subscription, plus remaining prorated time from the old plan. https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.SubscriptionUpdateParams.ReplacementMode#CHARGE_FULL_PRICE()

Implementation

static const int CHARGE_FULL_PRICE = 5;