public class PaymentTransactionDetails extends TransactionDetails
TransactionDetails.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
product
the product type is constant
|
| Constructor and Description |
|---|
PaymentTransactionDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmailCustomer()
Gets the email customer.
|
java.lang.String |
getPhoneCustomer()
Gets the phone customer.
|
PaymentStatus |
getStatus()
Gets the status.
|
java.util.List<PaymentStatusHistoryItem> |
getStatusHistoryItems()
Gets the status history items.
|
java.util.Date |
getStatusModified()
Gets the status modified.
|
PaymentStatusReason |
getStatusReason()
Gets the status reason (read the API doc to find out the available status
reasons).
|
boolean |
isConsumerProtection()
Checks if is consumer protection.
|
void |
setConsumerProtection(boolean consumerProtection)
Sets the consumer protection.
|
void |
setEmailCustomer(java.lang.String emailCustomer)
Sets the email customer.
|
void |
setPhoneCustomer(java.lang.String phoneCustomer)
Sets the phone customer.
|
void |
setStatus(PaymentStatus status)
Sets the status (read the API doc to find out the available statuses).
|
void |
setStatusHistoryItems(java.util.List<PaymentStatusHistoryItem> statusHistoryItems)
Sets the status history items.
|
void |
setStatusModified(java.util.Date statusModified)
Sets the status modified.
|
void |
setStatusReason(PaymentStatusReason statusReason)
Sets the status reason.
|
getAmount, getAmountRefunded, getCosts, getCurrencyCode, getExchangeRate, getLanguageCode, getPaymentMethod, getProjectId, getReasons, getRecipient, getSender, getTime, getTransId, getUserVariables, isTest, setAmount, setAmountRefunded, setCosts, setCurrencyCode, setExchangeRate, setLanguageCode, setPaymentMethod, setProjectId, setReasons, setRecipient, setSender, setTest, setTime, setTransId, setUserVariablespublic static final java.lang.String product
public PaymentStatus getStatus()
public void setStatus(PaymentStatus status)
status - the new statuspublic PaymentStatusReason getStatusReason()
public void setStatusReason(PaymentStatusReason statusReason)
statusReason - the new status reasonpublic java.util.List<PaymentStatusHistoryItem> getStatusHistoryItems()
public void setStatusHistoryItems(java.util.List<PaymentStatusHistoryItem> statusHistoryItems)
statusHistoryItems - the new status history itemspublic java.util.Date getStatusModified()
public void setStatusModified(java.util.Date statusModified)
statusModified - the new status modifiedpublic java.lang.String getEmailCustomer()
public void setEmailCustomer(java.lang.String emailCustomer)
emailCustomer - the new email customerpublic java.lang.String getPhoneCustomer()
public void setPhoneCustomer(java.lang.String phoneCustomer)
phoneCustomer - the new phone customerpublic boolean isConsumerProtection()
public void setConsumerProtection(boolean consumerProtection)
consumerProtection - the new consumer protection