Enum GooglePlayProrationMode
The Google Play proration mode used when upgrading and downgrading subscription. See more
Namespace: UnityEngine.Purchasing
Syntax
public enum GooglePlayProrationMode
Fields
Name | Description | Value |
---|---|---|
UnknownSubscriptionUpgradeDowngradePolicy | Unknown subscription upgrade downgrade policy |
0 |
ImmediateWithTimeProration | Replacement takes effect immediately, and the remaining time will be prorated and credited to the user. This is the current default behavior. See more |
1 |
ImmediateAndChargeProratedPrice | Replacement takes effect immediately, and the billing cycle remains the same. The price for the remaining period will be charged. This option is only available for subscription upgrade. See more |
2 |
ImmediateWithoutProration | Replacement takes effect immediately, and the new price will be charged on next recurrence time. The billing cycle stays the same. See more |
3 |
Deferred | Replacement takes effect when the old plan expires, and the new price will be charged at the same time. See more |
4 |
ImmediateAndChargeFullPrice | 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. See more |
5 |