NinetyEight.NEShopBuyResponse

Struct NEShopBuyResponse

Namespace: NinetyEight Assembly: APIReference.dll

Shop buy response

[Serializable]
public struct NEShopBuyResponse

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Fields

data

User balance for currency after buying a pack (if success)

public NEUserBalance data

Field Value

NEUserBalance

errorCode

Error code (0 if success)

public int errorCode

Field Value

int

message

Response message

public string message

Field Value

string

status

Response status (usually this is http response status)

public int status

Field Value

int

Last updated