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.

public double available

Field Value

double

balance

The total balance of currency, including frozen amounts.

public double balance

Field Value

double

currency

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

public string? currency

Field Value

string?

frozen

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

public double frozen

Field Value

double

Last updated