Module: Google::Cloud::Commerce::Consumer::Procurement::V1::AutoRenewalBehavior
- Defined in:
- proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb
Overview
Indicates the auto renewal behavior customer specifies on subscription.
Constant Summary collapse
- AUTO_RENEWAL_BEHAVIOR_UNSPECIFIED =
If unspecified, the auto renewal behavior will follow the default config.
0
- AUTO_RENEWAL_BEHAVIOR_ENABLE =
Auto Renewal will be enabled on subscription.
1
- AUTO_RENEWAL_BEHAVIOR_DISABLE =
Auto Renewal will be disabled on subscription.
2