Uses of Class
com.chargebee.models.Coupon.CreateForItemsRequest
Packages that use Coupon.CreateForItemsRequest
-
Uses of Coupon.CreateForItemsRequest in com.chargebee.models
Methods in com.chargebee.models that return Coupon.CreateForItemsRequestModifier and TypeMethodDescriptionCoupon.CreateForItemsRequest.applyOn(Coupon.ApplyOn applyOn) Coupon.CreateForItemsRequest.couponConstraintEntityType(int index, Coupon.CouponConstraint.EntityType couponConstraintEntityType) Coupon.CreateForItemsRequest.couponConstraintType(int index, Coupon.CouponConstraint.Type couponConstraintType) Coupon.CreateForItemsRequest.couponConstraintValue(int index, String couponConstraintValue) static Coupon.CreateForItemsRequestCoupon.createForItems()Coupon.CreateForItemsRequest.currencyCode(String currencyCode) Coupon.CreateForItemsRequest.discountAmount(Long discountAmount) Coupon.CreateForItemsRequest.discountPercentage(Double discountPercentage) Coupon.CreateForItemsRequest.discountQuantity(Integer discountQuantity) Coupon.CreateForItemsRequest.discountType(Coupon.DiscountType discountType) Coupon.CreateForItemsRequest.durationMonth(Integer durationMonth) Coupon.CreateForItemsRequest.durationType(Coupon.DurationType durationType) Coupon.CreateForItemsRequest.includedInMrr(Boolean includedInMrr) Coupon.CreateForItemsRequest.invoiceName(String invoiceName) Coupon.CreateForItemsRequest.invoiceNotes(String invoiceNotes) Coupon.CreateForItemsRequest.itemConstraintConstraint(int index, Coupon.ItemConstraint.Constraint itemConstraintConstraint) Coupon.CreateForItemsRequest.itemConstraintCriteriaCurrencies(int index, org.json.JSONArray itemConstraintCriteriaCurrencies) Coupon.CreateForItemsRequest.itemConstraintCriteriaItemFamilyIds(int index, org.json.JSONArray itemConstraintCriteriaItemFamilyIds) Coupon.CreateForItemsRequest.itemConstraintCriteriaItemPricePeriods(int index, org.json.JSONArray itemConstraintCriteriaItemPricePeriods) Coupon.CreateForItemsRequest.itemConstraintCriteriaItemType(int index, Coupon.ItemConstraintCriteria.ItemType itemConstraintCriteriaItemType) Coupon.CreateForItemsRequest.itemConstraintItemPriceIds(int index, org.json.JSONArray itemConstraintItemPriceIds) Coupon.CreateForItemsRequest.itemConstraintItemType(int index, Coupon.ItemConstraint.ItemType itemConstraintItemType) Coupon.CreateForItemsRequest.maxRedemptions(Integer maxRedemptions) Coupon.CreateForItemsRequest.metaData(org.json.JSONObject metaData) Coupon.CreateForItemsRequest.periodUnit(PeriodUnit periodUnit) Coupon.CreateForItemsRequest.status(Coupon.Status status)