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?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

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

double

balance

The total balance of currency, including frozen amounts.

Field Value

double

currency

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

Field Value

string?

frozen

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

Field Value

double

Last updated