billingCycleSpec property

String? billingCycleSpec
getter/setter pair

Specifies the billing cycle spec for the new upgraded/downgraded subscription.

Required. Possible string values are:

  • "BILLING_CYCLE_SPEC_UNSPECIFIED" : Billing cycle spec is not specified.
  • "BILLING_CYCLE_SPEC_ALIGN_WITH_PREVIOUS_SUBSCRIPTION" : The billing cycle of the new subscription aligns with the previous subscription it upgrades or downgrades from.
  • "BILLING_CYCLE_SPEC_START_IMMEDIATELY" : The billing cycle of the new subscription starts immediately.

Implementation

core.String? billingCycleSpec;