Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

DEFERRED

DEFERRED: = 4

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

IMMEDIATE_AND_CHARGE_PRORATED_PRICE

IMMEDIATE_AND_CHARGE_PRORATED_PRICE: = 2

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.

IMMEDIATE_WITHOUT_PRORATION

IMMEDIATE_WITHOUT_PRORATION: = 3

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

IMMEDIATE_WITH_TIME_PRORATION

IMMEDIATE_WITH_TIME_PRORATION: = 1

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

UNKNOWN_SUBSCRIPTION_UPGRADE_DOWNGRADE_POLICY

UNKNOWN_SUBSCRIPTION_UPGRADE_DOWNGRADE_POLICY: = 0

Generated using TypeDoc