Class OmnichannelSubscriptionItemOffer

java.lang.Object
com.chargebee.internal.Resource<OmnichannelSubscriptionItemOffer>
com.chargebee.models.OmnichannelSubscriptionItemOffer

public class OmnichannelSubscriptionItemOffer extends Resource<OmnichannelSubscriptionItemOffer>
  • Constructor Details

    • OmnichannelSubscriptionItemOffer

      public OmnichannelSubscriptionItemOffer(String jsonStr)
    • OmnichannelSubscriptionItemOffer

      public OmnichannelSubscriptionItemOffer(org.json.JSONObject jsonObj)
  • Method Details

    • id

      public String id()
    • offerIdAtSource

      public String offerIdAtSource()
    • category

      public Category category()
    • categoryAtSource

      public String categoryAtSource()
    • type

      public Type type()
    • typeAtSource

      public String typeAtSource()
    • discountType

      public DiscountType discountType()
    • duration

      public String duration()
    • percentage

      public Double percentage()
    • priceCurrency

      public String priceCurrency()
    • priceUnits

      public Long priceUnits()
    • priceNanos

      public Long priceNanos()
    • offerTermStart

      public Timestamp offerTermStart()
    • offerTermEnd

      public Timestamp offerTermEnd()
    • resourceVersion

      public Long resourceVersion()