Show / Hide Table of Contents

Enum AN_BillingFlowParams.ProrationMode

Namespace: SA.Android.Vending.BillingClient
Assembly: cs.temp.dll.dll
Syntax
public enum ProrationMode

Fields

Name Description
Deferred

Replacement takes effect when the old plan expires, and the new price will be charged at the same time.

ImmediateAndChangeProratedPrice

Replacement takes effect immediately, and the remaining time will be prorated and credited to the user. This is the current default behavior.

ImmediateWithoutProration

Replacement takes effect immediately, and the new price will be charged on next recurrence time. The billing cycle stays the same.

ImmediateWithTimeProration

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.

Unknown

Unknown subscription upgrade / downgrade policy.

In This Article
Back to top Generated by DocFX