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.
Field Value
balance
The total balance of currency, including frozen amounts.
Field Value
currency
The type of currency (e.g., "SPACE_STONE").
Field Value
frozen
The amount of currency that is frozen and cannot be used.
Field Value
Last updated