public class BillcodeResponse extends SofortLibResponse
| Constructor and Description |
|---|
BillcodeResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBillcode()
Gets the billcode.
|
java.lang.String |
getBillcodeUrl()
Gets the billcode url.
|
java.util.List<FailureMessage> |
getWarnings()
Gets the warnings.
|
boolean |
hasWarnings()
Checks for warnings.
|
void |
setBillcode(java.lang.String billcode)
Sets the billcode.
|
void |
setBillcodeUrl(java.lang.String billcodeUrl)
Sets the billcode url.
|
void |
setWarnings(java.util.List<FailureMessage> warnings)
Sets the warnings.
|
getResponseErrors, getResponseWarnings, hasResponseErrors, hasResponseWarnings, setResponseErrors, setResponseWarningspublic java.lang.String getBillcode()
public void setBillcode(java.lang.String billcode)
billcode - the new billcodepublic java.lang.String getBillcodeUrl()
public void setBillcodeUrl(java.lang.String billcodeUrl)
billcodeUrl - the new billcode urlpublic boolean hasWarnings()
public java.util.List<FailureMessage> getWarnings()
public void setWarnings(java.util.List<FailureMessage> warnings)
warnings - the new warnings