Uses of Class
com.chargebee.models.DifferentialPrice.UpdateRequest
Packages that use DifferentialPrice.UpdateRequest
-
Uses of DifferentialPrice.UpdateRequest in com.chargebee.models
Methods in com.chargebee.models that return DifferentialPrice.UpdateRequestModifier and TypeMethodDescriptionDifferentialPrice.UpdateRequest.itemPriceId(String itemPriceId) DifferentialPrice.UpdateRequest.parentPeriodPeriod(int index, org.json.JSONArray parentPeriodPeriod) DifferentialPrice.UpdateRequest.parentPeriodPeriodUnit(int index, DifferentialPrice.ParentPeriod.PeriodUnit parentPeriodPeriodUnit) DifferentialPrice.UpdateRequest.priceInDecimal(String priceInDecimal) DifferentialPrice.UpdateRequest.tierEndingUnit(int index, Integer tierEndingUnit) DifferentialPrice.UpdateRequest.tierEndingUnitInDecimal(int index, String tierEndingUnitInDecimal) DifferentialPrice.UpdateRequest.tierPackageSize(int index, Integer tierPackageSize) DifferentialPrice.UpdateRequest.tierPriceInDecimal(int index, String tierPriceInDecimal) DifferentialPrice.UpdateRequest.tierPricingType(int index, PricingType tierPricingType) DifferentialPrice.UpdateRequest.tierStartingUnit(int index, Integer tierStartingUnit) DifferentialPrice.UpdateRequest.tierStartingUnitInDecimal(int index, String tierStartingUnitInDecimal)