public abstract class ReadPayment<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PaymentMapper |
paymentMapper |
protected PaymentSpi |
paymentSpi |
| Constructor and Description |
|---|
ReadPayment() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getPayment(String paymentId,
String paymentProduct) |
@Autowired protected PaymentSpi paymentSpi
@Autowired protected PaymentMapper paymentMapper
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.