Variable AdaptyAndroidSubscriptionUpdateReplacementModeConst
AdaptyAndroidSubscriptionUpdateReplacementMode: Readonly<
{
ChargeFullPrice: "charge_full_price";
ChargeProratedPrice: "charge_prorated_price";
Deferred: "deferred";
WithoutProration: "without_proration";
WithTimeProration: "with_time_proration";
},
> = ...