resumeMode property
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.
Implementation
core.String? resumeMode;