Class UnbilledCharge.Tier

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

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

    • Tier

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

    • startingUnit

      public Integer startingUnit()
    • endingUnit

      public Integer endingUnit()
    • quantityUsed

      public Integer quantityUsed()
    • unitAmount

      public Long unitAmount()
    • startingUnitInDecimal

      public String startingUnitInDecimal()
    • endingUnitInDecimal

      public String endingUnitInDecimal()
    • quantityUsedInDecimal

      public String quantityUsedInDecimal()
    • unitAmountInDecimal

      public String unitAmountInDecimal()
    • pricingType

      public UnbilledCharge.Tier.PricingType pricingType()
    • packageSize

      public Integer packageSize()