@Component public class Xs2aToCmsPisCommonPaymentRequestMapper extends Object
| Constructor and Description |
|---|
Xs2aToCmsPisCommonPaymentRequestMapper() |
| Modifier and Type | Method and Description |
|---|---|
PisCommonPaymentRequest |
mapToCmsBulkPisCommonPaymentRequest(BulkPayment bulkPayment,
String paymentProduct) |
PisCommonPaymentRequest |
mapToCmsCommonPaymentRequest(CommonPayment commonPayment,
String paymentProduct) |
PisCommonPaymentRequest |
mapToCmsPeriodicPisCommonPaymentRequest(PeriodicPayment periodicPayment,
String paymentProduct) |
PisCommonPaymentRequest |
mapToCmsSinglePisCommonPaymentRequest(SinglePayment singlePayment,
String paymentProduct) |
PisPaymentInfo |
mapToPisPaymentInfo(PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo,
PaymentInitiationResponse response) |
PisPaymentInfo |
mapToPisPaymentInfo(PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo,
PaymentInitiationResponse response,
byte[] paymentData,
String internalRequestId,
OffsetDateTime creationTimestamp) |
public Xs2aToCmsPisCommonPaymentRequestMapper()
public PisPaymentInfo mapToPisPaymentInfo(PaymentInitiationParameters paymentInitiationParameters, TppInfo tppInfo, PaymentInitiationResponse response, byte[] paymentData, String internalRequestId, OffsetDateTime creationTimestamp)
public PisPaymentInfo mapToPisPaymentInfo(PaymentInitiationParameters paymentInitiationParameters, TppInfo tppInfo, PaymentInitiationResponse response)
public PisCommonPaymentRequest mapToCmsCommonPaymentRequest(CommonPayment commonPayment, String paymentProduct)
public PisCommonPaymentRequest mapToCmsSinglePisCommonPaymentRequest(SinglePayment singlePayment, String paymentProduct)
public PisCommonPaymentRequest mapToCmsPeriodicPisCommonPaymentRequest(PeriodicPayment periodicPayment, String paymentProduct)
public PisCommonPaymentRequest mapToCmsBulkPisCommonPaymentRequest(BulkPayment bulkPayment, String paymentProduct)
Copyright © 2020. All rights reserved.