Uses of Record Class
be.appify.prefab.example.sale.application.SaleAddPaymentRequest
Packages that use SaleAddPaymentRequest
Package
Description
-
Uses of SaleAddPaymentRequest in be.appify.prefab.example.sale.application
Methods in be.appify.prefab.example.sale.application with parameters of type SaleAddPaymentRequestModifier and TypeMethodDescriptionSaleService.addPayment(String id, @Valid SaleAddPaymentRequest request) -
Uses of SaleAddPaymentRequest in be.appify.prefab.example.sale.infrastructure.http
Methods in be.appify.prefab.example.sale.infrastructure.http with parameters of type SaleAddPaymentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SaleResponse> SaleController.addPayment(String id, @Valid SaleAddPaymentRequest request)