public class PaymentInfo extends AbstractRealTimeDto implements Serializable
Java class for paymentInfo complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Long |
amount |
protected String |
cardAlias |
protected Date |
cardExpirationDate |
protected String |
cardMaskedNumber |
protected String |
contactReference |
protected String |
paymentIdentifier |
protected Long |
paymentMethodId |
protected String |
pspAdditionalReturnedData |
protected Date |
valueDate |
| Constructor and Description |
|---|
PaymentInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmount()
Gets the value of the amount property.
|
String |
getCardAlias()
Gets the value of the cardAlias property.
|
Date |
getCardExpirationDate()
Gets the value of the cardExpirationDate property.
|
String |
getCardMaskedNumber()
Gets the value of the cardMaskedNumber property.
|
String |
getContactReference()
Gets the value of the contactReference property.
|
String |
getPaymentIdentifier()
Gets the value of the paymentIdentifier property.
|
Long |
getPaymentMethodId()
Gets the value of the paymentMethodId property.
|
String |
getPspAdditionalReturnedData()
Gets the value of the pspAdditionalReturnedData property.
|
Date |
getValueDate()
Gets the value of the valueDate property.
|
void |
setAmount(Long value)
Sets the value of the amount property.
|
void |
setCardAlias(String value)
Sets the value of the cardAlias property.
|
void |
setCardExpirationDate(Date value)
Sets the value of the cardExpirationDate property.
|
void |
setCardMaskedNumber(String value)
Sets the value of the cardMaskedNumber property.
|
void |
setContactReference(String value)
Sets the value of the contactReference property.
|
void |
setPaymentIdentifier(String value)
Sets the value of the paymentIdentifier property.
|
void |
setPaymentMethodId(Long value)
Sets the value of the paymentMethodId property.
|
void |
setPspAdditionalReturnedData(String value)
Sets the value of the pspAdditionalReturnedData property.
|
void |
setValueDate(Date value)
Sets the value of the valueDate property.
|
protected Long amount
protected String cardAlias
protected Date cardExpirationDate
protected String cardMaskedNumber
protected String contactReference
protected String paymentIdentifier
protected Long paymentMethodId
protected String pspAdditionalReturnedData
protected Date valueDate
public Long getAmount()
Longpublic void setAmount(Long value)
value - allowed object is
Longpublic String getCardAlias()
Stringpublic void setCardAlias(String value)
value - allowed object is
Stringpublic Date getCardExpirationDate()
Stringpublic void setCardExpirationDate(Date value)
value - allowed object is
Stringpublic String getCardMaskedNumber()
Stringpublic void setCardMaskedNumber(String value)
value - allowed object is
Stringpublic String getContactReference()
Stringpublic void setContactReference(String value)
value - allowed object is
Stringpublic String getPaymentIdentifier()
Stringpublic void setPaymentIdentifier(String value)
value - allowed object is
Stringpublic Long getPaymentMethodId()
Longpublic void setPaymentMethodId(Long value)
value - allowed object is
Longpublic String getPspAdditionalReturnedData()
Stringpublic void setPspAdditionalReturnedData(String value)
value - allowed object is
Stringpublic Date getValueDate()
StringCopyright © 2021. All rights reserved.