Class Xs2aToCmsPisCommonPaymentRequestMapper
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.mapper.consent.Xs2aToCmsPisCommonPaymentRequestMapper
-
@Component public class Xs2aToCmsPisCommonPaymentRequestMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description Xs2aToCmsPisCommonPaymentRequestMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.adorsys.psd2.consent.api.pis.proto.PisCommonPaymentRequestmapToCmsBulkPisCommonPaymentRequest(BulkPayment bulkPayment, String paymentProduct)de.adorsys.psd2.consent.api.pis.proto.PisCommonPaymentRequestmapToCmsPeriodicPisCommonPaymentRequest(PeriodicPayment periodicPayment, String paymentProduct)de.adorsys.psd2.consent.api.pis.proto.PisCommonPaymentRequestmapToCmsSinglePisCommonPaymentRequest(SinglePayment singlePayment, String paymentProduct)de.adorsys.psd2.consent.api.pis.proto.PisPaymentInfomapToPisPaymentInfo(PisPaymentInfoCreationObject creationObject)
-
-
-
Method Detail
-
mapToPisPaymentInfo
public de.adorsys.psd2.consent.api.pis.proto.PisPaymentInfo mapToPisPaymentInfo(PisPaymentInfoCreationObject creationObject)
-
mapToCmsSinglePisCommonPaymentRequest
public de.adorsys.psd2.consent.api.pis.proto.PisCommonPaymentRequest mapToCmsSinglePisCommonPaymentRequest(SinglePayment singlePayment, String paymentProduct)
-
mapToCmsPeriodicPisCommonPaymentRequest
public de.adorsys.psd2.consent.api.pis.proto.PisCommonPaymentRequest mapToCmsPeriodicPisCommonPaymentRequest(PeriodicPayment periodicPayment, String paymentProduct)
-
mapToCmsBulkPisCommonPaymentRequest
public de.adorsys.psd2.consent.api.pis.proto.PisCommonPaymentRequest mapToCmsBulkPisCommonPaymentRequest(BulkPayment bulkPayment, String paymentProduct)
-
-