Package de.adorsys.psd2.xs2a.domain.pis
Class PeriodicPayment
- java.lang.Object
-
- de.adorsys.psd2.xs2a.domain.pis.CommonPayment
-
- de.adorsys.psd2.xs2a.domain.pis.SinglePayment
-
- de.adorsys.psd2.xs2a.domain.pis.PeriodicPayment
-
- All Implemented Interfaces:
AccountReferenceCollector,CustomContentTypeProvider
public class PeriodicPayment extends SinglePayment
-
-
Field Summary
Fields Modifier and Type Field Description protected de.adorsys.psd2.xs2a.core.profile.PaymentTypepaymentType-
Fields inherited from class de.adorsys.psd2.xs2a.domain.pis.CommonPayment
creationTimestamp, creditorId, instanceId, paymentData, paymentId, paymentProduct, psuDataList, statusChangeTimestamp, transactionStatus
-
-
Constructor Summary
Constructors Constructor Description PeriodicPayment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.adorsys.psd2.xs2a.core.profile.PaymentTypegetPaymentType()-
Methods inherited from class de.adorsys.psd2.xs2a.domain.pis.SinglePayment
getAccountReferences
-
Methods inherited from class de.adorsys.psd2.xs2a.domain.pis.CommonPayment
getCustomContentType
-
-
-
-
Method Detail
-
getPaymentType
public de.adorsys.psd2.xs2a.core.profile.PaymentType getPaymentType()
- Overrides:
getPaymentTypein classSinglePayment
-
-