public class CommonPayment extends Object implements CustomContentTypeProvider
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
creationTimestamp |
protected String |
creditorId |
protected byte[] |
paymentData |
protected String |
paymentId |
protected String |
paymentProduct |
protected de.adorsys.psd2.xs2a.core.profile.PaymentType |
paymentType |
protected List<de.adorsys.psd2.xs2a.core.psu.PsuIdData> |
psuDataList |
protected OffsetDateTime |
statusChangeTimestamp |
protected de.adorsys.psd2.xs2a.core.pis.TransactionStatus |
transactionStatus |
| Constructor and Description |
|---|
CommonPayment() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.MediaType |
getCustomContentType() |
protected String paymentId
protected String paymentProduct
protected de.adorsys.psd2.xs2a.core.pis.TransactionStatus transactionStatus
protected de.adorsys.psd2.xs2a.core.profile.PaymentType paymentType
protected byte[] paymentData
protected List<de.adorsys.psd2.xs2a.core.psu.PsuIdData> psuDataList
protected OffsetDateTime statusChangeTimestamp
protected String creditorId
protected OffsetDateTime creationTimestamp
public org.springframework.http.MediaType getCustomContentType()
getCustomContentType in interface CustomContentTypeProviderCopyright © 2020. All rights reserved.