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