Package de.adorsys.psd2.consent.api.pis
Interface CmsPayment
-
- All Known Implementing Classes:
BaseCmsPayment,CmsBasePaymentResponse,CmsBulkPayment,CmsCommonPayment,CmsPeriodicPayment,CmsSinglePayment
@Deprecated public interface CmsPayment
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description OffsetDateTimegetCreationTimestamp()Deprecated.StringgetPaymentId()Deprecated.StringgetPaymentProduct()Deprecated.de.adorsys.psd2.xs2a.core.profile.PaymentTypegetPaymentType()Deprecated.List<de.adorsys.psd2.xs2a.core.psu.PsuIdData>getPsuIdDatas()Deprecated.OffsetDateTimegetStatusChangeTimestamp()Deprecated.de.adorsys.psd2.xs2a.core.tpp.TppInfogetTppInfo()Deprecated.
-
-
-
Method Detail
-
getPaymentId
String getPaymentId()
Deprecated.
-
getPaymentType
de.adorsys.psd2.xs2a.core.profile.PaymentType getPaymentType()
Deprecated.
-
getPaymentProduct
String getPaymentProduct()
Deprecated.
-
getPsuIdDatas
List<de.adorsys.psd2.xs2a.core.psu.PsuIdData> getPsuIdDatas()
Deprecated.
-
getTppInfo
de.adorsys.psd2.xs2a.core.tpp.TppInfo getTppInfo()
Deprecated.
-
getCreationTimestamp
OffsetDateTime getCreationTimestamp()
Deprecated.
-
getStatusChangeTimestamp
OffsetDateTime getStatusChangeTimestamp()
Deprecated.
-
-