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()
Long
public void setAmount(Long value)
value
- allowed object is
Long
public String getBankCardOwnerName()
String
public void setBankCardOwnerName(String value)
value
- allowed object is
String
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 getCardType()
String
public void setCardType(String value)
value
- allowed object is
String
public Long getContactId()
Long
public void setContactId(Long value)
value
- allowed object is
Long
public String getContactName()
String
public void setContactName(String value)
value
- allowed object is
String
public String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public String getContactStructureName()
String
public void setContactStructureName(String value)
value
- allowed object is
String
public EpcTransactionData getEpcTransactionData()
EpcTransactionData
public void setEpcTransactionData(EpcTransactionData value)
value
- allowed object is
EpcTransactionData
public String getExternalUrl()
String
public void setExternalUrl(String value)
value
- allowed object is
String
public boolean isInstallment()
public void setInstallment(boolean value)
public Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public boolean isPayerContact()
public void setPayerContact(boolean value)
public Date getPaymentDate()
String
public void setPaymentDate(Date value)
value
- allowed object is
String
public Long getPaymentId()
Long
public void setPaymentId(Long value)
value
- allowed object is
Long
public String getPaymentIdentifier()
String
public void setPaymentIdentifier(String value)
value
- allowed object is
String
public Date getPaymentLastUpdated()
String
public void setPaymentLastUpdated(Date value)
value
- allowed object is
String
public PaymentMethod getPaymentMethod()
PaymentMethod
public void setPaymentMethod(PaymentMethod value)
value
- allowed object is
PaymentMethod
public PaymentStatus getPaymentStatus()
PaymentStatus
public void setPaymentStatus(PaymentStatus value)
value
- allowed object is
PaymentStatus
public String getPspAdditionalReturnedData()
String
public void setPspAdditionalReturnedData(String value)
value
- allowed object is
String
public Date getReferenceDate()
String
public void setReferenceDate(Date value)
value
- allowed object is
String
public Date getValueDate()
String
Copyright © 2021. All rights reserved.