Class CmsToXs2aPaymentMapper


  • @Component
    public class CmsToXs2aPaymentMapper
    extends Object
    • Constructor Detail

      • CmsToXs2aPaymentMapper

        public CmsToXs2aPaymentMapper()
    • Method Detail

      • mapToPeriodicPayment

        public PeriodicPayment mapToPeriodicPayment​(de.adorsys.psd2.consent.api.pis.PisPayment payment)
      • mapToSinglePayment

        public SinglePayment mapToSinglePayment​(de.adorsys.psd2.consent.api.pis.PisPayment payment)
      • mapToBulkPayment

        public BulkPayment mapToBulkPayment​(List<de.adorsys.psd2.consent.api.pis.PisPayment> payments)
      • mapToXs2aCommonPayment

        public CommonPayment mapToXs2aCommonPayment​(de.adorsys.psd2.consent.api.pis.CommonPaymentData response)