@Service(value="status-payments") public class ReadSinglePaymentStatusService extends AbstractReadPaymentStatusService
spiPaymentFactory| Constructor and Description |
|---|
ReadSinglePaymentStatusService(SinglePaymentSpi singlePaymentSpi,
SpiErrorMapper spiErrorMapper,
SpiAspspConsentDataProviderFactory aspspConsentDataProviderFactory,
SpiPaymentFactory spiPaymentFactory,
MediaTypeMapper mediaTypeMapper) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SpiSinglePayment> |
createSpiPayment(List<PisPayment> pisPayments,
String paymentProduct) |
SpiResponse<SpiGetPaymentStatusResponse> |
getSpiPaymentStatusById(SpiContextData spiContextData,
String acceptMediaType,
Object spiPayment,
SpiAspspConsentDataProvider aspspConsentDataProvider) |
readPaymentStatus@Autowired public ReadSinglePaymentStatusService(SinglePaymentSpi singlePaymentSpi, SpiErrorMapper spiErrorMapper, SpiAspspConsentDataProviderFactory aspspConsentDataProviderFactory, SpiPaymentFactory spiPaymentFactory, MediaTypeMapper mediaTypeMapper)
public Optional<SpiSinglePayment> createSpiPayment(List<PisPayment> pisPayments, String paymentProduct)
createSpiPayment in class AbstractReadPaymentStatusServicepublic SpiResponse<SpiGetPaymentStatusResponse> getSpiPaymentStatusById(SpiContextData spiContextData, String acceptMediaType, Object spiPayment, SpiAspspConsentDataProvider aspspConsentDataProvider)
getSpiPaymentStatusById in class AbstractReadPaymentStatusServiceCopyright © 2019. All rights reserved.