Uses of Class
com.broadleafcommerce.rest.api.wrapper.AdjustmentWrapper
Packages that use AdjustmentWrapper
-
Uses of AdjustmentWrapper in com.broadleafcommerce.rest.api.wrapper
Fields in com.broadleafcommerce.rest.api.wrapper with type parameters of type AdjustmentWrapperModifier and TypeFieldDescriptionprotected List<AdjustmentWrapper>FulfillmentGroupWrapper.fulfillmentGroupAdjustmentsprotected List<AdjustmentWrapper>OrderWrapper.orderAdjustmentsprotected List<AdjustmentWrapper>OrderItemPriceDetailWrapper.orderItemPriceDetailAdjustmentsMethods in com.broadleafcommerce.rest.api.wrapper that return types with arguments of type AdjustmentWrapperModifier and TypeMethodDescriptionFulfillmentGroupWrapper.getFulfillmentGroupAdjustments()OrderWrapper.getOrderAdjustments()OrderItemPriceDetailWrapper.getOrderItemPriceDetailAdjustments()Method parameters in com.broadleafcommerce.rest.api.wrapper with type arguments of type AdjustmentWrapperModifier and TypeMethodDescriptionvoidFulfillmentGroupWrapper.setFulfillmentGroupAdjustments(List<AdjustmentWrapper> fulfillmentGroupAdjustments) voidOrderWrapper.setOrderAdjustments(List<AdjustmentWrapper> orderAdjustments) voidOrderItemPriceDetailWrapper.setOrderItemPriceDetailAdjustments(List<AdjustmentWrapper> orderItemPriceDetailAdjustments)