|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elkoserver.server.workshop.bank.client.BankClient.AccountDesc
public static class BankClient.AccountDesc
A struct describing an account, returned as part of the results from query accounts.
| Field Summary | |
|---|---|
String |
account
The ref of the account. |
int |
avail
Available (unencumbered) balance in the account. |
String |
currency
Currency the account is denominated in. |
BankClient.EncumbranceDesc[] |
encs
Array of encumbrance information. |
boolean |
frozen
Flag that is true if the account is frozen, false if not. |
String |
memo
Memo string associated with account at creation time. |
String |
owner
Ref of user who is the owner of the account. |
int |
total
Total (including encumbered) balance in the account. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String account
public final String currency
public final int avail
public final int total
public final boolean frozen
public final String memo
public final String owner
public final BankClient.EncumbranceDesc[] encs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||