Class SubscriptionPrice

java.lang.Object
de.bytestore.hostinger.entity.ecommerce.SubscriptionPrice

@Entity(name="host_SubscriptionPrice") public class SubscriptionPrice extends Object
Represents the price details associated with a subscription product. This class includes information such as the product, price, tax, and interval type of the subscription. It also maintains audit information like the creator and last modifier details. The subscription price is linked to a specific product and supports interval pricing based on various interval types.
  • Constructor Details

    • SubscriptionPrice

      public SubscriptionPrice()
  • Method Details

    • getIntervalType

      public IntervalType getIntervalType()
    • setIntervalType

      public void setIntervalType(IntervalType intervalType)