@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class DirectDebitOrderingResponse extends Object
| Constructor and Description |
|---|
DirectDebitOrderingResponse() |
| Modifier and Type | Method and Description |
|---|---|
DirectDebitOrderingResponse |
answerFieldLabel(String answerFieldLabel) |
DirectDebitOrderingResponse |
challengeMessage(String challengeMessage) |
boolean |
equals(Object o) |
String |
getAnswerFieldLabel()
Suggestion from the bank server on how you can label your input field where the user must enter his TAN.
|
String |
getChallengeMessage()
Message from the bank server containing information or instructions on how to retrieve the TAN that is needed to execute the requested order.
|
String |
getOpticalData()
In case that the bank server has instructed the user to scan a flicker code, then this field will contain the raw data for the flicker animation as a BASE-64 string.
|
String |
getPhotoTanData()
In case that the bank server has instructed the user to scan a photo (or more generally speaking, any kind of QR-code-like data), then this field will contain the raw data of the photo as a BASE-64 string.
|
String |
getPhotoTanMimeType()
In case that the 'photoTanData' field is set (i.e.
|
String |
getSuccessMessage()
Technical message from the bank server, confirming the success of the request.
|
String |
getTanListNumber()
In case that the bank server has instructed the user to look up a TAN from a TAN list, this field may contain the identification number of the TAN list.
|
String |
getWarnMessage()
In some cases, a bank server may accept the requested order, but return a warn message.
|
int |
hashCode() |
DirectDebitOrderingResponse |
opticalData(String opticalData) |
DirectDebitOrderingResponse |
photoTanData(String photoTanData) |
DirectDebitOrderingResponse |
photoTanMimeType(String photoTanMimeType) |
void |
setAnswerFieldLabel(String answerFieldLabel) |
void |
setChallengeMessage(String challengeMessage) |
void |
setOpticalData(String opticalData) |
void |
setPhotoTanData(String photoTanData) |
void |
setPhotoTanMimeType(String photoTanMimeType) |
void |
setSuccessMessage(String successMessage) |
void |
setTanListNumber(String tanListNumber) |
void |
setWarnMessage(String warnMessage) |
DirectDebitOrderingResponse |
successMessage(String successMessage) |
DirectDebitOrderingResponse |
tanListNumber(String tanListNumber) |
String |
toString() |
DirectDebitOrderingResponse |
warnMessage(String warnMessage) |
public DirectDebitOrderingResponse successMessage(String successMessage)
public String getSuccessMessage()
public void setSuccessMessage(String successMessage)
public DirectDebitOrderingResponse warnMessage(String warnMessage)
public String getWarnMessage()
public void setWarnMessage(String warnMessage)
public DirectDebitOrderingResponse challengeMessage(String challengeMessage)
public String getChallengeMessage()
public void setChallengeMessage(String challengeMessage)
public DirectDebitOrderingResponse answerFieldLabel(String answerFieldLabel)
public String getAnswerFieldLabel()
public void setAnswerFieldLabel(String answerFieldLabel)
public DirectDebitOrderingResponse tanListNumber(String tanListNumber)
public String getTanListNumber()
public void setTanListNumber(String tanListNumber)
public DirectDebitOrderingResponse opticalData(String opticalData)
public String getOpticalData()
public void setOpticalData(String opticalData)
public DirectDebitOrderingResponse photoTanMimeType(String photoTanMimeType)
public String getPhotoTanMimeType()
public void setPhotoTanMimeType(String photoTanMimeType)
public DirectDebitOrderingResponse photoTanData(String photoTanData)
public String getPhotoTanData()
public void setPhotoTanData(String photoTanData)
Copyright © 2018. All rights reserved.