public class PaymentDetail extends AbstractRealTimeDto implements Serializable
Java class for paymentDetail 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 |
bankCardOwnerName |
protected String |
cardAlias |
protected Date |
cardExpirationDate |
protected String |
cardMaskedNumber |
protected String |
cardType |
protected Long |
contactId |
protected String |
contactName |
protected String |
contactNumber |
protected String |
contactStructureName |
protected EpcTransactionData |
epcTransactionData |
protected String |
externalUrl |
protected boolean |
installment |
protected Long |
orderId |
protected boolean |
payerContact |
protected Date |
paymentDate |
protected Long |
paymentId |
protected String |
paymentIdentifier |
protected Date |
paymentLastUpdated |
protected PaymentMethod |
paymentMethod |
protected PaymentStatus |
paymentStatus |
protected String |
pspAdditionalReturnedData |
protected Date |
referenceDate |
protected Date |
valueDate |
| Constructor and Description |
|---|
PaymentDetail() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmount()
Gets the value of the amount property.
|
String |
getBankCardOwnerName()
Gets the value of the bankCardOwnerName 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 |
getCardType()
Gets the value of the cardType property.
|
Long |
getContactId()
Gets the value of the contactId property.
|
String |
getContactName()
Gets the value of the contactName property.
|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
String |
getContactStructureName()
Gets the value of the contactStructureName property.
|
EpcTransactionData |
getEpcTransactionData()
Gets the value of the epcTransactionData property.
|
String |
getExternalUrl()
Gets the value of the externalUrl property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
Date |
getPaymentDate()
Gets the value of the paymentDate property.
|
Long |
getPaymentId()
Gets the value of the paymentId property.
|
String |
getPaymentIdentifier()
Gets the value of the paymentIdentifier property.
|
Date |
getPaymentLastUpdated()
Gets the value of the paymentLastUpdated property.
|
PaymentMethod |
getPaymentMethod()
Gets the value of the paymentMethod property.
|
PaymentStatus |
getPaymentStatus()
Gets the value of the paymentStatus property.
|
String |
getPspAdditionalReturnedData()
Gets the value of the pspAdditionalReturnedData property.
|
Date |
getReferenceDate()
Gets the value of the referenceDate property.
|
Date |
getValueDate()
Gets the value of the valueDate property.
|
boolean |
isInstallment()
Gets the value of the installment property.
|
boolean |
isPayerContact()
Gets the value of the payerContact property.
|
void |
setAmount(Long value)
Sets the value of the amount property.
|
void |
setBankCardOwnerName(String value)
Sets the value of the bankCardOwnerName 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 |
setCardType(String value)
Sets the value of the cardType property.
|
void |
setContactId(Long value)
Sets the value of the contactId property.
|
void |
setContactName(String value)
Sets the value of the contactName property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setContactStructureName(String value)
Sets the value of the contactStructureName property.
|
void |
setEpcTransactionData(EpcTransactionData value)
Sets the value of the epcTransactionData property.
|
void |
setExternalUrl(String value)
Sets the value of the externalUrl property.
|
void |
setInstallment(boolean value)
Sets the value of the installment property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setPayerContact(boolean value)
Sets the value of the payerContact property.
|
void |
setPaymentDate(Date value)
Sets the value of the paymentDate property.
|
void |
setPaymentId(Long value)
Sets the value of the paymentId property.
|
void |
setPaymentIdentifier(String value)
Sets the value of the paymentIdentifier property.
|
void |
setPaymentLastUpdated(Date value)
Sets the value of the paymentLastUpdated property.
|
void |
setPaymentMethod(PaymentMethod value)
Sets the value of the paymentMethod property.
|
void |
setPaymentStatus(PaymentStatus value)
Sets the value of the paymentStatus property.
|
void |
setPspAdditionalReturnedData(String value)
Sets the value of the pspAdditionalReturnedData property.
|
void |
setReferenceDate(Date value)
Sets the value of the referenceDate property.
|
void |
setValueDate(Date value)
Sets the value of the valueDate property.
|
protected Long amount
protected String bankCardOwnerName
protected String cardAlias
protected Date cardExpirationDate
protected String cardMaskedNumber
protected String cardType
protected Long contactId
protected String contactName
protected String contactNumber
protected String contactStructureName
protected EpcTransactionData epcTransactionData
protected String externalUrl
protected boolean installment
protected Long orderId
protected boolean payerContact
protected Date paymentDate
protected Long paymentId
protected String paymentIdentifier
protected Date paymentLastUpdated
protected PaymentMethod paymentMethod
protected PaymentStatus paymentStatus
protected String pspAdditionalReturnedData
protected Date referenceDate
protected Date valueDate
public Long getAmount()
Longpublic void setAmount(Long value)
value - allowed object is
Longpublic String getBankCardOwnerName()
Stringpublic void setBankCardOwnerName(String value)
value - allowed object is
Stringpublic 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 getCardType()
Stringpublic void setCardType(String value)
value - allowed object is
Stringpublic Long getContactId()
Longpublic void setContactId(Long value)
value - allowed object is
Longpublic String getContactName()
Stringpublic void setContactName(String value)
value - allowed object is
Stringpublic String getContactNumber()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic String getContactStructureName()
Stringpublic void setContactStructureName(String value)
value - allowed object is
Stringpublic EpcTransactionData getEpcTransactionData()
EpcTransactionDatapublic void setEpcTransactionData(EpcTransactionData value)
value - allowed object is
EpcTransactionDatapublic String getExternalUrl()
Stringpublic void setExternalUrl(String value)
value - allowed object is
Stringpublic boolean isInstallment()
public void setInstallment(boolean value)
public Long getOrderId()
Longpublic void setOrderId(Long value)
value - allowed object is
Longpublic boolean isPayerContact()
public void setPayerContact(boolean value)
public Date getPaymentDate()
Stringpublic void setPaymentDate(Date value)
value - allowed object is
Stringpublic Long getPaymentId()
Longpublic void setPaymentId(Long value)
value - allowed object is
Longpublic String getPaymentIdentifier()
Stringpublic void setPaymentIdentifier(String value)
value - allowed object is
Stringpublic Date getPaymentLastUpdated()
Stringpublic void setPaymentLastUpdated(Date value)
value - allowed object is
Stringpublic PaymentMethod getPaymentMethod()
PaymentMethodpublic void setPaymentMethod(PaymentMethod value)
value - allowed object is
PaymentMethodpublic PaymentStatus getPaymentStatus()
PaymentStatuspublic void setPaymentStatus(PaymentStatus value)
value - allowed object is
PaymentStatuspublic String getPspAdditionalReturnedData()
Stringpublic void setPspAdditionalReturnedData(String value)
value - allowed object is
Stringpublic Date getReferenceDate()
Stringpublic void setReferenceDate(Date value)
value - allowed object is
Stringpublic Date getValueDate()
StringCopyright © 2021. All rights reserved.