Uses of Record Class
com.bank.payment.dtos.ConclusionPaymentDto
Packages that use ConclusionPaymentDto
Package
Description
-
Uses of ConclusionPaymentDto in com.bank.payment.consumers
Methods in com.bank.payment.consumers with parameters of type ConclusionPaymentDtoModifier and TypeMethodDescriptionvoid
PaymentConsumer.sendPix
(ConclusionPaymentDto paymentDto) Listens for confirmation of payment and sends the Pix payment. -
Uses of ConclusionPaymentDto in com.bank.payment.services
Methods in com.bank.payment.services with parameters of type ConclusionPaymentDtoModifier and TypeMethodDescriptionvoid
PaymentService.sendPix
(ConclusionPaymentDto paymentDto) Sends a Pix transactions to the receiver's account after the payment has been analyzed and confirmed. -
Uses of ConclusionPaymentDto in com.bank.payment.services.impl
Methods in com.bank.payment.services.impl with parameters of type ConclusionPaymentDtoModifier and TypeMethodDescriptionvoid
PaymentServiceImpl.sendPix
(ConclusionPaymentDto paymentDto)