Uses of Record Class
com.bank.payment.dtos.PaymentAnalyzeDto
Packages that use PaymentAnalyzeDto
Package
Description
-
Uses of PaymentAnalyzeDto in com.bank.payment.controllers
Methods in com.bank.payment.controllers with parameters of type PaymentAnalyzeDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Object> PaymentController.analyzePayment
(Long idAccount, String pixKey, PaymentAnalyzeDto paymentDto) Analyzes a payment before processing, returning a confirmation message. -
Uses of PaymentAnalyzeDto in com.bank.payment.services
Methods in com.bank.payment.services with parameters of type PaymentAnalyzeDtoModifier and TypeMethodDescriptionPaymentService.reviewPaymentBeforeProcessing
(Long idAccount, String pixKey, PaymentAnalyzeDto paymentAnalyzeDto) Analyzes both accounts (sender and receiver) and the Pix key to ensure that the payment can be processed. -
Uses of PaymentAnalyzeDto in com.bank.payment.services.impl
Methods in com.bank.payment.services.impl with parameters of type PaymentAnalyzeDtoModifier and TypeMethodDescriptionPaymentServiceImpl.reviewPaymentBeforeProcessing
(Long idAccount, String pixKey, PaymentAnalyzeDto paymentAnalyzeDto)