Class GracePeriodBase

    • Constructor Detail

      • GracePeriodBase

        public GracePeriodBase()
    • Method Detail

      • getGracePeriodId

        public long getGracePeriodId()
      • getDomainRepoId

        public java.lang.String getDomainRepoId()
      • getExpirationTime

        public org.joda.time.DateTime getExpirationTime()
      • getRegistrarId

        public java.lang.String getRegistrarId()
      • hasBillingEvent

        public boolean hasBillingEvent()
        Returns true if this GracePeriod has an associated BillingEvent; i.e. if it's refundable.
      • getBillingEvent

        public VKey<BillingEvent> getBillingEvent()
        Returns the one time billing event. The value will only be non-null if the type of this grace period is not AUTO_RENEW.
      • getBillingRecurrence

        public VKey<BillingRecurrence> getBillingRecurrence()
        Returns the Recurrence. The value will only be non-null if the type of this grace period is AUTO_RENEW.