Class GeneratedSubscriptionservicesConstants.Enumerations.TermOfServiceRenewal
- java.lang.Object
-
- de.hybris.platform.subscriptionservices.constants.GeneratedSubscriptionservicesConstants.Enumerations.TermOfServiceRenewal
-
- Enclosing class:
- GeneratedSubscriptionservicesConstants.Enumerations
public static class GeneratedSubscriptionservicesConstants.Enumerations.TermOfServiceRenewal extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTO_RENEWINGstatic java.lang.StringNON_RENEWINGstatic java.lang.StringRENEWS_ONCEstatic java.lang.StringRENEWS_THREE_TIMESstatic java.lang.StringRENEWS_TWICE
-
Constructor Summary
Constructors Constructor Description TermOfServiceRenewal()
-
-
-
Field Detail
-
NON_RENEWING
public static final java.lang.String NON_RENEWING
-
AUTO_RENEWING
public static final java.lang.String AUTO_RENEWING
-
RENEWS_ONCE
public static final java.lang.String RENEWS_ONCE
-
RENEWS_TWICE
public static final java.lang.String RENEWS_TWICE
-
RENEWS_THREE_TIMES
public static final java.lang.String RENEWS_THREE_TIMES
-
-