IMMEDIATE_AND_CHARGE_FULL_PRICE constant

int const IMMEDIATE_AND_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.ProrationMode#IMMEDIATE_AND_CHARGE_FULL_PRICE

Implementation

static const int IMMEDIATE_AND_CHARGE_FULL_PRICE = 5;