Package de.adorsys.psd2.xs2a.web.mapper
Class PaymentModelMapperPsd2
- java.lang.Object
-
- de.adorsys.psd2.xs2a.web.mapper.PaymentModelMapperPsd2
-
@Component public class PaymentModelMapperPsd2 extends Object
-
-
Constructor Summary
Constructors Constructor Description PaymentModelMapperPsd2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectmapToGetPaymentResponse(CommonPayment commonPayment)de.adorsys.psd2.consent.api.pis.proto.PisPaymentCancellationRequestmapToPaymentCancellationRequest(String paymentProduct, String paymentService, String paymentId, Boolean tppExplicitAuthorisationPreferred, String tpPRedirectURI, String tpPNokRedirectURI)de.adorsys.psd2.model.PaymentInitiationCancelResponse202mapToPaymentInitiationCancelResponse(CancelPaymentResponse cancelPaymentResponse)de.adorsys.psd2.model.PaymentInitationRequestResponse201mapToPaymentInitiationResponse(PaymentInitiationResponse response)PaymentInitiationParametersmapToPaymentRequestParameters(String paymentProduct, String paymentService, byte[] tpPSignatureCertificate, String tpPRedirectURI, String tpPNokRedirectURI, boolean tppExplicitAuthorisationPreferred, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, de.adorsys.psd2.xs2a.core.tpp.TppNotificationData tppNotificationData, String tppBrandLoggingInformation, String instanceId)de.adorsys.psd2.model.PaymentInitiationStatusResponse200JsonmapToStatusResponseJson(GetPaymentStatusResponse response)byte[]mapToStatusResponseRaw(GetPaymentStatusResponse response)
-
-
-
Method Detail
-
mapToGetPaymentResponse
public Object mapToGetPaymentResponse(CommonPayment commonPayment)
-
mapToStatusResponseJson
public de.adorsys.psd2.model.PaymentInitiationStatusResponse200Json mapToStatusResponseJson(GetPaymentStatusResponse response)
-
mapToStatusResponseRaw
public byte[] mapToStatusResponseRaw(GetPaymentStatusResponse response)
-
mapToPaymentInitiationResponse
public de.adorsys.psd2.model.PaymentInitationRequestResponse201 mapToPaymentInitiationResponse(PaymentInitiationResponse response)
-
mapToPaymentRequestParameters
public PaymentInitiationParameters mapToPaymentRequestParameters(String paymentProduct, String paymentService, byte[] tpPSignatureCertificate, String tpPRedirectURI, String tpPNokRedirectURI, boolean tppExplicitAuthorisationPreferred, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuData, de.adorsys.psd2.xs2a.core.tpp.TppNotificationData tppNotificationData, String tppBrandLoggingInformation, String instanceId)
-
mapToPaymentCancellationRequest
public de.adorsys.psd2.consent.api.pis.proto.PisPaymentCancellationRequest mapToPaymentCancellationRequest(String paymentProduct, String paymentService, String paymentId, Boolean tppExplicitAuthorisationPreferred, String tpPRedirectURI, String tpPNokRedirectURI)
-
mapToPaymentInitiationCancelResponse
public de.adorsys.psd2.model.PaymentInitiationCancelResponse202 mapToPaymentInitiationCancelResponse(CancelPaymentResponse cancelPaymentResponse)
-
-