@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class MoneyTransferOrderingResponse extends Object
| Constructor and Description |
|---|
MoneyTransferOrderingResponse() |
| Modifier and Type | Method and Description |
|---|---|
MoneyTransferOrderingResponse |
answerFieldLabel(String answerFieldLabel) |
MoneyTransferOrderingResponse |
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() |
MoneyTransferOrderingResponse |
opticalData(String opticalData) |
MoneyTransferOrderingResponse |
photoTanData(String photoTanData) |
MoneyTransferOrderingResponse |
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) |
MoneyTransferOrderingResponse |
successMessage(String successMessage) |
MoneyTransferOrderingResponse |
tanListNumber(String tanListNumber) |
String |
toString() |
MoneyTransferOrderingResponse |
warnMessage(String warnMessage) |
public MoneyTransferOrderingResponse successMessage(String successMessage)
public String getSuccessMessage()
public void setSuccessMessage(String successMessage)
public MoneyTransferOrderingResponse warnMessage(String warnMessage)
public String getWarnMessage()
public void setWarnMessage(String warnMessage)
public MoneyTransferOrderingResponse challengeMessage(String challengeMessage)
public String getChallengeMessage()
public void setChallengeMessage(String challengeMessage)
public MoneyTransferOrderingResponse answerFieldLabel(String answerFieldLabel)
public String getAnswerFieldLabel()
public void setAnswerFieldLabel(String answerFieldLabel)
public MoneyTransferOrderingResponse tanListNumber(String tanListNumber)
public String getTanListNumber()
public void setTanListNumber(String tanListNumber)
public MoneyTransferOrderingResponse opticalData(String opticalData)
public String getOpticalData()
public void setOpticalData(String opticalData)
public MoneyTransferOrderingResponse photoTanMimeType(String photoTanMimeType)
public String getPhotoTanMimeType()
public void setPhotoTanMimeType(String photoTanMimeType)
public MoneyTransferOrderingResponse photoTanData(String photoTanData)
public String getPhotoTanData()
public void setPhotoTanData(String photoTanData)
Copyright © 2018. All rights reserved.