Interface CartChangeCustomLineItemPriceModeAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

public interface CartChangeCustomLineItemPriceModeAction extends CartUpdateAction
CartChangeCustomLineItemPriceModeAction
Example to create an instance using the builder pattern

     CartChangeCustomLineItemPriceModeAction cartChangeCustomLineItemPriceModeAction = CartChangeCustomLineItemPriceModeAction.builder()
             .mode(CustomLineItemPriceMode.STANDARD)
             .build()