Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 840 Bytes

BankResponse.md

File metadata and controls

11 lines (7 loc) · 840 Bytes

BankResponse

Properties

Name Type Description Notes
success_message str Technical message from the bank server, confirming the success of the request. Typically, you would not want to present this message to the user. Note that this field may not be set. However if it is not set, it does not necessarily mean that there was an error in processing the request. [optional]
warn_message str In some cases, a bank server may accept the requested order, but return a warn message. This message may be of technical nature, but could also be of interest to the user. [optional]

[Back to Model list] [Back to API list] [Back to README]