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()
Long
public void setAmount(Long value)
value
- allowed object is
Long
public String getCardAlias()
String
public void setCardAlias(String value)
value
- allowed object is
String
public Date getCardExpirationDate()
String
public void setCardExpirationDate(Date value)
value
- allowed object is
String
public String getCardMaskedNumber()
String
public void setCardMaskedNumber(String value)
value
- allowed object is
String
public String getContactReference()
String
public void setContactReference(String value)
value
- allowed object is
String
public String getPaymentIdentifier()
String
public void setPaymentIdentifier(String value)
value
- allowed object is
String
public Long getPaymentMethodId()
Long
public void setPaymentMethodId(Long value)
value
- allowed object is
Long
public String getPspAdditionalReturnedData()
String
public void setPspAdditionalReturnedData(String value)
value
- allowed object is
String
public Date getValueDate()
String
Copyright © 2021. All rights reserved.