Interface CartChangeCustomLineItemPriceModeAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartChangeCustomLineItemPriceModeActionImpl

CartChangeCustomLineItemPriceModeAction
Example to create an instance using the builder pattern

     CartChangeCustomLineItemPriceModeAction cartChangeCustomLineItemPriceModeAction = CartChangeCustomLineItemPriceModeAction.builder()
             .customLineItemId("{customLineItemId}")
             .mode(CustomLineItemPriceMode.STANDARD)
             .build()