Package com.chargebee.models
Class Item.UpdateRequest
- Enclosing class:
- Item
-
Field Summary
Fields inherited from class com.chargebee.internal.RequestBase
headers, isIdempotent, isJsonRequest, params, paramsV2, subDomain, uri -
Method Summary
Modifier and TypeMethodDescriptionapplicableItems(String... applicableItems) applicableItems(List<String> applicableItems) bundleConfigurationType(Item.BundleConfiguration.Type bundleConfigurationType) bundleItemsToAddItemId(int index, String bundleItemsToAddItemId) bundleItemsToAddItemType(int index, ItemType bundleItemsToAddItemType) bundleItemsToAddPriceAllocation(int index, BigDecimal bundleItemsToAddPriceAllocation) bundleItemsToAddQuantity(int index, Integer bundleItemsToAddQuantity) bundleItemsToRemoveItemId(int index, String bundleItemsToRemoveItemId) bundleItemsToRemoveItemType(int index, ItemType bundleItemsToRemoveItemType) bundleItemsToUpdateItemId(int index, String bundleItemsToUpdateItemId) bundleItemsToUpdateItemType(int index, ItemType bundleItemsToUpdateItemType) bundleItemsToUpdatePriceAllocation(int index, BigDecimal bundleItemsToUpdatePriceAllocation) bundleItemsToUpdateQuantity(int index, Integer bundleItemsToUpdateQuantity) clearApplicableItems(Boolean clearApplicableItems) Deprecated.description(String description) enabledForCheckout(Boolean enabledForCheckout) enabledInPortal(Boolean enabledInPortal) externalName(String externalName) giftClaimRedirectUrl(String giftClaimRedirectUrl) includedInMrr(Boolean includedInMrr) isPercentagePricing(Boolean isPercentagePricing) isShippable(Boolean isShippable) itemApplicability(Item.ItemApplicability itemApplicability) itemFamilyId(String itemFamilyId) metadata(org.json.JSONObject metadata) params()redirectUrl(String redirectUrl) status(Item.Status status) Methods inherited from class com.chargebee.internal.Request
httpMeth, param, pathParam, request, request, setIdempotencyMethods inherited from class com.chargebee.internal.RequestBase
header, headers, paramsV2, setIdempotencyKey, uri
-
Method Details
-
name
-
description
-
isShippable
-
externalName
-
itemFamilyId
-
enabledInPortal
-
redirectUrl
-
enabledForCheckout
-
itemApplicability
-
clearApplicableItems
Deprecated. -
applicableItems
-
applicableItems
-
unit
-
giftClaimRedirectUrl
-
metadata
-
includedInMrr
-
status
-
isPercentagePricing
-
bundleConfigurationType
public Item.UpdateRequest bundleConfigurationType(Item.BundleConfiguration.Type bundleConfigurationType) -
bundleItemsToAddItemId
-
bundleItemsToAddItemType
-
bundleItemsToAddQuantity
-
bundleItemsToAddPriceAllocation
public Item.UpdateRequest bundleItemsToAddPriceAllocation(int index, BigDecimal bundleItemsToAddPriceAllocation) -
bundleItemsToUpdateItemId
-
bundleItemsToUpdateItemType
public Item.UpdateRequest bundleItemsToUpdateItemType(int index, ItemType bundleItemsToUpdateItemType) -
bundleItemsToUpdateQuantity
public Item.UpdateRequest bundleItemsToUpdateQuantity(int index, Integer bundleItemsToUpdateQuantity) -
bundleItemsToUpdatePriceAllocation
public Item.UpdateRequest bundleItemsToUpdatePriceAllocation(int index, BigDecimal bundleItemsToUpdatePriceAllocation) -
bundleItemsToRemoveItemId
-
bundleItemsToRemoveItemType
public Item.UpdateRequest bundleItemsToRemoveItemType(int index, ItemType bundleItemsToRemoveItemType) -
params
- Overrides:
paramsin classRequest<Item.UpdateRequest>
-