Uses of Class
com.chargebee.models.Item.CreateRequest
Packages that use Item.CreateRequest
-
Uses of Item.CreateRequest in com.chargebee.models
Methods in com.chargebee.models that return Item.CreateRequestModifier and TypeMethodDescriptionItem.CreateRequest.applicableItems(String... applicableItems) Item.CreateRequest.applicableItems(List<String> applicableItems) Item.CreateRequest.bundleConfigurationType(Item.BundleConfiguration.Type bundleConfigurationType) Item.CreateRequest.bundleItemsToAddItemId(int index, String bundleItemsToAddItemId) Item.CreateRequest.bundleItemsToAddItemType(int index, ItemType bundleItemsToAddItemType) Item.CreateRequest.bundleItemsToAddPriceAllocation(int index, BigDecimal bundleItemsToAddPriceAllocation) Item.CreateRequest.bundleItemsToAddQuantity(int index, Integer bundleItemsToAddQuantity) Item.CreateRequest.businessEntityId(String businessEntityId) static Item.CreateRequestItem.create()Item.CreateRequest.description(String description) Item.CreateRequest.enabledForCheckout(Boolean enabledForCheckout) Item.CreateRequest.enabledInPortal(Boolean enabledInPortal) Item.CreateRequest.externalName(String externalName) Item.CreateRequest.giftClaimRedirectUrl(String giftClaimRedirectUrl) Item.CreateRequest.includedInMrr(Boolean includedInMrr) Item.CreateRequest.isGiftable(Boolean isGiftable) Item.CreateRequest.isPercentagePricing(Boolean isPercentagePricing) Item.CreateRequest.isShippable(Boolean isShippable) Item.CreateRequest.itemApplicability(Item.ItemApplicability itemApplicability) Item.CreateRequest.itemFamilyId(String itemFamilyId) Item.CreateRequest.metadata(org.json.JSONObject metadata) Item.CreateRequest.redirectUrl(String redirectUrl) Item.CreateRequest.usageCalculation(Item.UsageCalculation usageCalculation)