public class PaycodeTransactionDetails extends TransactionDetails
TransactionDetails.| Constructor and Description |
|---|
PaycodeTransactionDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmailCustomer()
Gets the email customer.
|
java.lang.String |
getPaycode()
Gets the paycode code.
|
java.lang.String |
getPhoneCustomer()
Gets the phone customer.
|
PaycodeTransactionStatus |
getStatus()
Gets the status.
|
java.util.List<PaycodeStatusHistoryItem> |
getStatusHistoryItems()
Gets the status history items.
|
java.util.Date |
getStatusModified()
Gets the status modified.
|
PaycodeTransactionStatusReason |
getStatusReason()
Gets the status reason (read the API doc to find out the available status
reasons).
|
void |
setEmailCustomer(java.lang.String emailCustomer)
Sets the email customer.
|
void |
setPaycode(java.lang.String paycode)
Sets the paycode code.
|
void |
setPhoneCustomer(java.lang.String phoneCustomer)
Sets the phone customer.
|
void |
setStatus(PaycodeTransactionStatus status)
Sets the status (read the API doc to find out the available statuses).
|
void |
setStatusHistoryItems(java.util.List<PaycodeStatusHistoryItem> statusHistoryItems)
Sets the status history items.
|
void |
setStatusModified(java.util.Date statusModified)
Sets the status modified.
|
void |
setStatusReason(PaycodeTransactionStatusReason 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 PaycodeTransactionStatus getStatus()
public void setStatus(PaycodeTransactionStatus status)
status - the new statuspublic PaycodeTransactionStatusReason getStatusReason()
public void setStatusReason(PaycodeTransactionStatusReason statusReason)
statusReason - the new status reasonpublic java.util.List<PaycodeStatusHistoryItem> getStatusHistoryItems()
public void setStatusHistoryItems(java.util.List<PaycodeStatusHistoryItem> 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 java.lang.String getPaycode()
public void setPaycode(java.lang.String paycode)
paycode - paycode code