Interface CartDiscountChangeSortOrderAction

All Superinterfaces:
CartDiscountUpdateAction, ResourceUpdateAction<CartDiscountUpdateAction>
All Known Implementing Classes:
CartDiscountChangeSortOrderActionImpl

CartDiscountChangeSortOrderAction
Example to create an instance using the builder pattern

     CartDiscountChangeSortOrderAction cartDiscountChangeSortOrderAction = CartDiscountChangeSortOrderAction.builder()
             .sortOrder("{sortOrder}")
             .build()