Reference documentation and code samples for the Google Cloud Commerce Consumer Procurement V1 Client class AutoRenewalBehavior.
Indicates the auto renewal behavior customer specifies on subscription.
Protobuf type google.cloud.commerce.consumer.procurement.v1.AutoRenewalBehavior
Namespace
Google \ Cloud \ Commerce \ Consumer \ Procurement \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
AUTO_RENEWAL_BEHAVIOR_UNSPECIFIED
Value: 0
If unspecified, the auto renewal behavior will follow the default config.
Generated from protobuf enum AUTO_RENEWAL_BEHAVIOR_UNSPECIFIED = 0;
AUTO_RENEWAL_BEHAVIOR_ENABLE
Value: 1
Auto Renewal will be enabled on subscription.
Generated from protobuf enum AUTO_RENEWAL_BEHAVIOR_ENABLE = 1;
AUTO_RENEWAL_BEHAVIOR_DISABLE
Value: 2
Auto Renewal will be disabled on subscription.
Generated from protobuf enum AUTO_RENEWAL_BEHAVIOR_DISABLE = 2;