Package de.adorsys.psd2.xs2a.domain.pis
Class SinglePayment
- java.lang.Object
-
- de.adorsys.psd2.xs2a.domain.pis.CommonPayment
-
- de.adorsys.psd2.xs2a.domain.pis.SinglePayment
-
- All Implemented Interfaces:
de.adorsys.psd2.xs2a.core.pis.CoreCommonPayment,AccountReferenceCollector,CustomContentTypeProvider
- Direct Known Subclasses:
PeriodicPayment
public class SinglePayment extends CommonPayment implements AccountReferenceCollector
-
-
Field Summary
-
Fields inherited from class de.adorsys.psd2.xs2a.domain.pis.CommonPayment
creationTimestamp, creditorId, instanceId, paymentData, paymentId, paymentProduct, paymentType, psuDataList, statusChangeTimestamp, transactionStatus
-
-
Constructor Summary
Constructors Constructor Description SinglePayment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<de.adorsys.psd2.xs2a.core.profile.AccountReference>getAccountReferences()de.adorsys.psd2.xs2a.core.profile.PaymentTypegetPaymentType()-
Methods inherited from class de.adorsys.psd2.xs2a.domain.pis.CommonPayment
getCustomContentType
-
-
-
-
Method Detail
-
getAccountReferences
public Set<de.adorsys.psd2.xs2a.core.profile.AccountReference> getAccountReferences()
- Specified by:
getAccountReferencesin interfaceAccountReferenceCollector
-
getPaymentType
public de.adorsys.psd2.xs2a.core.profile.PaymentType getPaymentType()
- Specified by:
getPaymentTypein interfacede.adorsys.psd2.xs2a.core.pis.CoreCommonPayment
-
-