Package de.adorsys.psd2.consent.api.pis
Interface CmsCommonPaymentMapper
-
public interface CmsCommonPaymentMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CmsPaymentmapToCmsBulkPayment(CmsCommonPayment cmsCommonPayment)CmsPaymentmapToCmsPeriodicPayment(CmsCommonPayment cmsCommonPayment)CmsPaymentmapToCmsSinglePayment(CmsCommonPayment cmsCommonPayment)
-
-
-
Method Detail
-
mapToCmsSinglePayment
CmsPayment mapToCmsSinglePayment(CmsCommonPayment cmsCommonPayment)
-
mapToCmsBulkPayment
CmsPayment mapToCmsBulkPayment(CmsCommonPayment cmsCommonPayment)
-
mapToCmsPeriodicPayment
CmsPayment mapToCmsPeriodicPayment(CmsCommonPayment cmsCommonPayment)
-
-