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)

Field Value

int

message

Response message

Field Value

string

status

Response status (usually this is http response status)

Field Value

int

Last updated