NinetyEight.NEUserBalance
Struct NEUserBalance
Namespace: NinetyEight Assembly: APIReference.dll
Represents the user's balance and currency information. Tracks the available, total, and frozen amounts of a specific currency.
[Serializable]
public struct NEUserBalanceInherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Empty
Default empty profile.
public static readonly NEUserBalance EmptyField Value
NEUserBalance
available
The available amount of currency the user can use.
public double availableField Value
balance
The total balance of currency, including frozen amounts.
public double balanceField Value
currency
The type of currency (e.g., "SPACE_STONE").
public string? currencyField Value
frozen
The amount of currency that is frozen and cannot be used.
public double frozenField Value
Last updated