Class BasketInvoicePaymentRestController

java.lang.Object
sk.iway.iwcm.system.datatable.DatatableRestControllerV2<BasketInvoicePaymentEntity,Long>
sk.iway.iwcm.components.basket.rest.BasketInvoicePaymentRestController

@RestController @RequestMapping("/admin/rest/eshop/basket-payments") @PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_basket\')") public class BasketInvoicePaymentRestController extends DatatableRestControllerV2<BasketInvoicePaymentEntity,Long>