Class IbanResponse
- java.lang.Object
-
- de.frankmuenster.mahoe.banks.bsh.json.BshResponse
-
- de.frankmuenster.mahoe.banks.bsh.json.IbanResponse
-
- All Implemented Interfaces:
IBshResponse
public class IbanResponse extends BshResponse implements IBshResponse
JSON Antwort der IBAN-Anfrage- Author:
- Frank Münster
-
-
Constructor Summary
Constructors Constructor Description IbanResponse()
Standardkonstruktor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIban()
Liefert die IBAN-
Methods inherited from class de.frankmuenster.mahoe.banks.bsh.json.BshResponse
getErrors, getStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.frankmuenster.mahoe.banks.bsh.json.IBshResponse
getStatus
-
-