Package de.adorsys.psd2.xs2a.domain.pis
Class CommonPayment
- java.lang.Object
-
- de.adorsys.psd2.xs2a.domain.pis.CommonPayment
-
- All Implemented Interfaces:
CustomContentTypeProvider
- Direct Known Subclasses:
BulkPayment,SinglePayment
public class CommonPayment extends Object implements CustomContentTypeProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected OffsetDateTimecreationTimestampprotected StringcreditorIdprotected StringinstanceIdprotected byte[]paymentDataprotected StringpaymentIdprotected StringpaymentProductprotected de.adorsys.psd2.xs2a.core.profile.PaymentTypepaymentTypeprotected List<de.adorsys.psd2.xs2a.core.psu.PsuIdData>psuDataListprotected OffsetDateTimestatusChangeTimestampprotected de.adorsys.psd2.xs2a.core.pis.TransactionStatustransactionStatus
-
Constructor Summary
Constructors Constructor Description CommonPayment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.MediaTypegetCustomContentType()
-
-
-
Field Detail
-
paymentId
protected String paymentId
-
paymentProduct
protected String paymentProduct
-
transactionStatus
protected de.adorsys.psd2.xs2a.core.pis.TransactionStatus transactionStatus
-
paymentType
protected de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType
-
paymentData
protected byte[] paymentData
-
psuDataList
protected List<de.adorsys.psd2.xs2a.core.psu.PsuIdData> psuDataList
-
statusChangeTimestamp
protected OffsetDateTime statusChangeTimestamp
-
creditorId
protected String creditorId
-
creationTimestamp
protected OffsetDateTime creationTimestamp
-
instanceId
protected String instanceId
-
-
Method Detail
-
getCustomContentType
public org.springframework.http.MediaType getCustomContentType()
- Specified by:
getCustomContentTypein interfaceCustomContentTypeProvider
-
-