Class DifferentialPrice.Tier

java.lang.Object
com.chargebee.internal.Resource<DifferentialPrice.Tier>
com.chargebee.models.DifferentialPrice.Tier
Enclosing class:
DifferentialPrice

public static class DifferentialPrice.Tier extends Resource<DifferentialPrice.Tier>
  • Constructor Details

    • Tier

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

    • startingUnit

      public Integer startingUnit()
    • endingUnit

      public Integer endingUnit()
    • price

      public Long price()
    • startingUnitInDecimal

      public String startingUnitInDecimal()
    • endingUnitInDecimal

      public String endingUnitInDecimal()
    • priceInDecimal

      public String priceInDecimal()
    • pricingType

      public DifferentialPrice.Tier.PricingType pricingType()
    • packageSize

      public Integer packageSize()