@Component public class PaymentModelMapperPsd2 extends Object
| Constructor and Description |
|---|
PaymentModelMapperPsd2() |
| Modifier and Type | Method and Description |
|---|---|
Object |
mapToGetPaymentResponse(CommonPayment commonPayment) |
de.adorsys.psd2.consent.api.pis.proto.PisPaymentCancellationRequest |
mapToPaymentCancellationRequest(String paymentProduct,
String paymentService,
String paymentId,
Boolean tppExplicitAuthorisationPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI) |
de.adorsys.psd2.model.PaymentInitiationCancelResponse202 |
mapToPaymentInitiationCancelResponse(CancelPaymentResponse cancelPaymentResponse) |
de.adorsys.psd2.model.PaymentInitationRequestResponse201 |
mapToPaymentInitiationResponse(PaymentInitiationResponse response) |
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) |
de.adorsys.psd2.model.PaymentInitiationStatusResponse200Json |
mapToStatusResponseJson(GetPaymentStatusResponse response) |
byte[] |
mapToStatusResponseRaw(GetPaymentStatusResponse response) |
public Object mapToGetPaymentResponse(CommonPayment commonPayment)
public de.adorsys.psd2.model.PaymentInitiationStatusResponse200Json mapToStatusResponseJson(GetPaymentStatusResponse response)
public byte[] mapToStatusResponseRaw(GetPaymentStatusResponse response)
public de.adorsys.psd2.model.PaymentInitationRequestResponse201 mapToPaymentInitiationResponse(PaymentInitiationResponse response)
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)
public de.adorsys.psd2.consent.api.pis.proto.PisPaymentCancellationRequest mapToPaymentCancellationRequest(String paymentProduct, String paymentService, String paymentId, Boolean tppExplicitAuthorisationPreferred, String tpPRedirectURI, String tpPNokRedirectURI)
public de.adorsys.psd2.model.PaymentInitiationCancelResponse202 mapToPaymentInitiationCancelResponse(CancelPaymentResponse cancelPaymentResponse)
Copyright © 2020. All rights reserved.