Enum AutoRenewalBehavior (0.51.0)

public enum AutoRenewalBehavior extends Enum<AutoRenewalBehavior> implements ProtocolMessageEnum

Indicates the auto renewal behavior customer specifies on subscription.

Protobuf enum google.cloud.commerce.consumer.procurement.v1.AutoRenewalBehavior

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTO_RENEWAL_BEHAVIOR_DISABLE

Auto Renewal will be disabled on subscription.

AUTO_RENEWAL_BEHAVIOR_DISABLE = 2;

AUTO_RENEWAL_BEHAVIOR_DISABLE_VALUE

Auto Renewal will be disabled on subscription.

AUTO_RENEWAL_BEHAVIOR_DISABLE = 2;

AUTO_RENEWAL_BEHAVIOR_ENABLE

Auto Renewal will be enabled on subscription.

AUTO_RENEWAL_BEHAVIOR_ENABLE = 1;

AUTO_RENEWAL_BEHAVIOR_ENABLE_VALUE

Auto Renewal will be enabled on subscription.

AUTO_RENEWAL_BEHAVIOR_ENABLE = 1;

AUTO_RENEWAL_BEHAVIOR_UNSPECIFIED

If unspecified, the auto renewal behavior will follow the default config.

AUTO_RENEWAL_BEHAVIOR_UNSPECIFIED = 0;

AUTO_RENEWAL_BEHAVIOR_UNSPECIFIED_VALUE

If unspecified, the auto renewal behavior will follow the default config.

AUTO_RENEWAL_BEHAVIOR_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()