org.kapott.hbci.GV_Result
Class GVRAccInfo.AccInfo

java.lang.Object
  |
  +--org.kapott.hbci.GV_Result.GVRAccInfo.AccInfo
Enclosing class:
GVRAccInfo

public static class GVRAccInfo.AccInfo
extends java.lang.Object

Informationen zu genau einem Konto


Field Summary
 Konto account
          Konto, auf das sich diese Daten beziehen
 java.lang.String comment
          Weitere Informationen (optional)
 java.util.Date created
          Eröffnungsdatum (optional)
 double habenzins
          Habenzins (optional)
 Value kredit
          Kreditlinie (optional)
 Konto refAccount
          Referenzkonto (zB für Kreditkartenkonten) (optional)
 double sollzins
          Sollzins (optional)
 int turnus
          Turnus für Kontoauszugszustellung (nur bei Postzustellung) (optional).
 int type
          Kontoart - Folgende Wertebereiche sind definiert:.
 double ueberzins
          Überziehungszins (optional)
 int versandart
          Versandart für Kontoauszüge.
 

Field Detail

account

public Konto account
Konto, auf das sich diese Daten beziehen


type

public int type
Kontoart - Folgende Wertebereiche sind definiert:.


created

public java.util.Date created
Eröffnungsdatum (optional)


sollzins

public double sollzins
Sollzins (optional)


habenzins

public double habenzins
Habenzins (optional)


ueberzins

public double ueberzins
Überziehungszins (optional)


kredit

public Value kredit
Kreditlinie (optional)


refAccount

public Konto refAccount
Referenzkonto (zB für Kreditkartenkonten) (optional)


versandart

public int versandart
Versandart für Kontoauszüge. Folgende Werte sind definiert:


turnus

public int turnus
Turnus für Kontoauszugszustellung (nur bei Postzustellung) (optional). Folgende Werte sind definiert:


comment

public java.lang.String comment
Weitere Informationen (optional)