public class PaycodeStatusResponse extends SofortLibResponse
TransactionDetails.| Constructor and Description |
|---|
PaycodeStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount()
Gets the amount.
|
java.lang.String |
getCurrencyCode()
Gets the currency code.
|
java.util.Date |
getEndDate()
Gets the end date.
|
java.lang.String |
getLanguageCode()
Gets the language code.
|
java.lang.String |
getPaycode()
Gets the paycode.
|
int |
getProjectId()
Gets the project id.
|
java.util.List<java.lang.String> |
getReasons()
Gets the reasons.
|
Bank |
getSender()
Gets the sender.
|
java.util.Date |
getStartDate()
Gets the start date.
|
PaycodeStatus |
getStatus()
Gets the status.
|
java.util.Date |
getTimeCreated()
Gets the time created.
|
java.util.Date |
getTimeUsed()
Gets the time used.
|
java.lang.String |
getTransId()
Gets the transId.
|
java.util.List<java.lang.String> |
getUserVariables()
Gets the user variables.
|
void |
setAmount(double amount)
Sets the amount.
|
void |
setCurrencyCode(java.lang.String currencyCode)
Sets the currency code.
|
void |
setEndDate(java.util.Date endDate)
Sets the end date.
|
void |
setLanguageCode(java.lang.String languageCode)
Sets the language code.
|
void |
setPaycode(java.lang.String paycode)
Sets the paycode.
|
void |
setProjectId(int projectId)
Sets the project id.
|
void |
setReasons(java.util.List<java.lang.String> reasons)
Sets the reasons.
|
void |
setSender(Bank sender)
Sets the sender.
|
void |
setStartDate(java.util.Date startDate)
Sets the start date.
|
void |
setStatus(PaycodeStatus status)
Sets the status.
|
void |
setTimeCreated(java.util.Date timeCreated)
Sets the time created.
|
void |
setTimeUsed(java.util.Date timeUsed)
Sets the time used.
|
void |
setTransId(java.lang.String transId)
Sets the transId.
|
void |
setUserVariables(java.util.List<java.lang.String> userVariables)
Sets the user variables.
|
getResponseErrors, getResponseWarnings, hasResponseErrors, hasResponseWarnings, setResponseErrors, setResponseWarningspublic PaycodeStatus getStatus()
public void setStatus(PaycodeStatus status)
status - the status to setpublic java.lang.String getPaycode()
public void setPaycode(java.lang.String paycode)
paycode - the paycode to setpublic int getProjectId()
public void setProjectId(int projectId)
projectId - the projectId to setpublic java.lang.String getTransId()
public void setTransId(java.lang.String transId)
transId - the transId to setpublic double getAmount()
public void setAmount(double amount)
amount - the amount to setpublic java.util.List<java.lang.String> getReasons()
public void setReasons(java.util.List<java.lang.String> reasons)
reasons - the reasons to setpublic java.util.Date getTimeCreated()
public void setTimeCreated(java.util.Date timeCreated)
timeCreated - the timeCreated to setpublic java.util.Date getTimeUsed()
public void setTimeUsed(java.util.Date timeUsed)
timeUsed - the timeUsed to setpublic java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate - the startDate to setpublic java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
endDate - the endDate to setpublic java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
currencyCode - the currencyCode to setpublic java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode - the languageCode to setpublic Bank getSender()
public void setSender(Bank sender)
sender - the sender to setpublic java.util.List<java.lang.String> getUserVariables()
public void setUserVariables(java.util.List<java.lang.String> userVariables)
userVariables - the userVariables to set