| Modifier and Type | Class and Description |
|---|---|
class |
PaymentInformationResponse<T extends CommonPayment> |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkPayment |
class |
PeriodicPayment |
class |
SinglePayment |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<CommonPayment> |
PaymentService.getPaymentById(PaymentType paymentType,
String paymentProduct,
String encryptedPaymentId)
Retrieves payment from ASPSP by its ASPSP identifier, product and payment type
|
| Modifier and Type | Method and Description |
|---|---|
CommonPayment |
CmsToXs2aPaymentMapper.mapToXs2aCommonPayment(CommonPaymentData response) |
| Modifier and Type | Method and Description |
|---|---|
CommonPayment |
SpiToXs2aPaymentInfoMapperImpl.mapToXs2aPaymentInfo(SpiPaymentInfo paymentInfo) |
CommonPayment |
SpiToXs2aPaymentInfoMapper.mapToXs2aPaymentInfo(SpiPaymentInfo paymentInfo) |
| Modifier and Type | Method and Description |
|---|---|
SpiPaymentInfo |
Xs2aToSpiPaymentInfoMapper.mapToSpiPaymentInfo(CommonPayment commonPayment) |
SpiPaymentInfo |
Xs2aToSpiPaymentInfo.mapToSpiPaymentRequest(CommonPayment payment,
String paymentProduct) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCreatePaymentService<P extends CommonPayment,S extends PaymentInitiationService<P>> |
| Modifier and Type | Method and Description |
|---|---|
protected CommonPayment |
CreateCommonPaymentService.getPaymentRequest(Object payment,
PaymentInitiationParameters paymentInitiationParameters) |
protected CommonPayment |
CreateCommonPaymentService.updateCommonPayment(CommonPayment paymentRequest,
PaymentInitiationParameters paymentInitiationParameters,
PaymentInitiationResponse response,
String paymentId) |
| Modifier and Type | Method and Description |
|---|---|
protected CommonPayment |
CreateCommonPaymentService.updateCommonPayment(CommonPayment paymentRequest,
PaymentInitiationParameters paymentInitiationParameters,
PaymentInitiationResponse response,
String paymentId) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPaymentInitiationService<T extends CommonPayment,R extends SpiPaymentInitiationResponse>
Common service for initiating payments in SPI
|
interface |
PaymentInitiationService<T extends CommonPayment>
Service for initiating payments in SPI layer
|
| Modifier and Type | Method and Description |
|---|---|
CommonPayment |
ReadPeriodicPaymentService.getXs2aPayment(SpiResponse spiResponse) |
CommonPayment |
ReadBulkPaymentService.getXs2aPayment(SpiResponse spiResponse) |
protected abstract CommonPayment |
AbstractReadPaymentService.getXs2aPayment(SpiResponse spiResponse) |
CommonPayment |
ReadSinglePaymentService.getXs2aPayment(SpiResponse spiResponse) |
| Modifier and Type | Method and Description |
|---|---|
PaymentInformationResponse<CommonPayment> |
AbstractReadPaymentService.getPayment(CommonPaymentData commonPaymentData,
PsuIdData psuData,
@NotNull String encryptedPaymentId) |
PaymentInformationResponse<CommonPayment> |
ReadCommonPaymentService.getPayment(CommonPaymentData commonPaymentData,
PsuIdData psuData,
String encryptedPaymentId) |
PaymentInformationResponse<CommonPayment> |
ReadPaymentService.getPayment(CommonPaymentData commonPaymentData,
PsuIdData psuData,
String encryptedPaymentId) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PaymentModelMapperPsd2.mapToGetPaymentResponse(CommonPayment payment) |
Copyright © 2020. All rights reserved.