public static class BankClient.AccountDesc extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
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
Copyright © 2017. All rights reserved.