Package 

Enum PeriodType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum PeriodType
    extends Enum<PeriodType>
                        

    Enum of supported period types for an entitlement.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      TRIAL

      If the entitlement is under a trial period.

      INTRO

      If the entitlement is under a introductory price period.

      NORMAL

      If the entitlement is not under an introductory or trial period.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait