@Service public class PaymentExecutionService extends Object
| Constructor and Description |
|---|
PaymentExecutionService(PaymentRepository paymentRepository,
DepositAccountTransactionService txService) |
| Modifier and Type | Method and Description |
|---|---|
TransactionStatusBO |
executePayment(Payment payment,
String userName) |
TransactionStatusBO |
schedulePayment(Payment payment) |
public PaymentExecutionService(PaymentRepository paymentRepository, DepositAccountTransactionService txService)
public TransactionStatusBO executePayment(Payment payment, String userName)
public TransactionStatusBO schedulePayment(Payment payment)
Copyright © 2019. All rights reserved.