Interface ProductDiscountChangeSortOrderAction

All Superinterfaces:
ProductDiscountUpdateAction, ResourceUpdateAction<ProductDiscountUpdateAction>
All Known Implementing Classes:
ProductDiscountChangeSortOrderActionImpl

ProductDiscountChangeSortOrderAction
Example to create an instance using the builder pattern

     ProductDiscountChangeSortOrderAction productDiscountChangeSortOrderAction = ProductDiscountChangeSortOrderAction.builder()
             .sortOrder("{sortOrder}")
             .build()