public class PaycodeResponse extends SofortLibResponse
| Constructor and Description |
|---|
PaycodeResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPaycode()
Gets the paycode.
|
java.lang.String |
getPaycodeUrl()
Gets the paycode url.
|
java.util.List<FailureMessage> |
getWarnings()
Gets the warnings.
|
boolean |
hasWarnings()
Checks for warnings.
|
void |
setPaycode(java.lang.String paycode)
Sets the paycode.
|
void |
setPaycodeUrl(java.lang.String paycodeUrl)
Sets the paycode url.
|
void |
setWarnings(java.util.List<FailureMessage> warnings)
Sets the warnings.
|
getResponseErrors, getResponseWarnings, hasResponseErrors, hasResponseWarnings, setResponseErrors, setResponseWarningspublic java.lang.String getPaycode()
public void setPaycode(java.lang.String paycode)
paycode - the new paycodepublic java.lang.String getPaycodeUrl()
public void setPaycodeUrl(java.lang.String paycodeUrl)
paycodeUrl - the new paycode urlpublic boolean hasWarnings()
public java.util.List<FailureMessage> getWarnings()
public void setWarnings(java.util.List<FailureMessage> warnings)
warnings - the new warnings