SubscriptionReplacementMode

Subscription replacement modes for upgrade/downgrade.

Entries

Link copied to clipboard

The new subscription takes effect immediately, and the user is charged full price. The remaining value from the old subscription is prorated for time.

Link copied to clipboard

The new subscription takes effect immediately, and the user is charged the price difference (upgrade only). Best for upgrades.

Link copied to clipboard

The new subscription takes effect immediately with full price charged. Best when you want immediate revenue.

Link copied to clipboard

The new subscription takes effect at the next renewal date. User keeps current subscription until then. Best for downgrades.

Link copied to clipboard

The new subscription takes effect immediately with no proration. The billing date remains the same.

Properties

Link copied to clipboard
val mode: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.