resumeMode property

String? resumeMode
getter/setter pair

The mode to resume the subscription.

Required. Possible string values are:

  • "RESUME_MODE_UNSPECIFIED" : Reserved for invalid or unexpected value. Do not use.
  • "RESUME_MODE_CYCLE_OPTIONS" : Resume the subscription using the input from cycle_options.
  • "RESUME_MODE_RESTORE_EXISTING_BILLING_SCHEDULE" : Resume the subscription with the existing billing schedule. The subscription's next renewal time must still be in the future for this mode to be applicable.
  • "RESUME_MODE_IMMEDIATE_NEW_CYCLE" : Resume the subscription and start a new billing cycle immediately, resulting in a new charge.

Implementation

core.String? resumeMode;