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 NEUserBalance

Inherited Members

object.Equals(object?)arrow-up-right, object.Equals(object?, object?)arrow-up-right, object.GetHashCode()arrow-up-right, object.GetType()arrow-up-right, object.ReferenceEquals(object?, object?)arrow-up-right, object.ToString()arrow-up-right

Fields

Empty

Default empty profile.

public static readonly NEUserBalance Empty

Field Value

NEUserBalance

available

The available amount of currency the user can use.

Field Value

doublearrow-up-right

balance

The total balance of currency, including frozen amounts.

Field Value

doublearrow-up-right

currency

The type of currency (e.g., "SPACE_STONE").

Field Value

stringarrow-up-right?

frozen

The amount of currency that is frozen and cannot be used.

Field Value

doublearrow-up-right

Last updated