DEFERRED constant

int const DEFERRED

Replacement takes effect when the old plan expires, and the new price will be charged at the same time. https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.ProrationMode#DEFERRED

Implementation

static const int DEFERRED = 4;