Uses of Class
com.bank.payment.dtos.PaymentDto
Packages that use PaymentDto
Package
Description
-
Uses of PaymentDto in com.bank.payment.controllers
Methods in com.bank.payment.controllers with parameters of type PaymentDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Object> PaymentController.directPayment
(Long idAccount, String pixKey, PaymentDto paymentDto) Processes a direct payment from the sender to the receiver using Pix without any analysis. -
Uses of PaymentDto in com.bank.payment.services
Methods in com.bank.payment.services with parameters of type PaymentDtoModifier and TypeMethodDescriptionPaymentService.directPayment
(Long idAccount, String pixKey, PaymentDto paymentDto) Processes a direct payment by performing the necessary checks and sending the Pix transaction. -
Uses of PaymentDto in com.bank.payment.services.impl
Methods in com.bank.payment.services.impl with parameters of type PaymentDtoModifier and TypeMethodDescriptionPaymentServiceImpl.directPayment
(Long idAccount, String pixKey, PaymentDto paymentDto)