Class Xs2aToCmsPisCommonPaymentRequestMapper


  • @Component
    public class Xs2aToCmsPisCommonPaymentRequestMapper
    extends Object
    • Constructor Detail

      • Xs2aToCmsPisCommonPaymentRequestMapper

        public Xs2aToCmsPisCommonPaymentRequestMapper()
    • 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)