Package de.adorsys.psd2.xs2a.domain.pis
Class BulkPayment
- java.lang.Object
-
- de.adorsys.psd2.xs2a.domain.pis.CommonPayment
-
- de.adorsys.psd2.xs2a.domain.pis.BulkPayment
-
- All Implemented Interfaces:
de.adorsys.psd2.xs2a.core.pis.CoreCommonPayment,AccountReferenceCollector,CustomContentTypeProvider
public class BulkPayment extends CommonPayment implements AccountReferenceCollector
-
-
Field Summary
Fields Modifier and Type Field Description protected StringpaymentProductprotected de.adorsys.psd2.xs2a.core.profile.PaymentTypepaymentType-
Fields inherited from class de.adorsys.psd2.xs2a.domain.pis.CommonPayment
creationTimestamp, creditorId, instanceId, paymentData, paymentId, psuDataList, statusChangeTimestamp, transactionStatus
-
-
Constructor Summary
Constructors Constructor Description BulkPayment()
-
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
-
-
-
-
Field Detail
-
paymentProduct
protected String paymentProduct
-
paymentType
protected de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType
-
-
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
-
-