NinetyEight.NEShopBuyResponse
Struct NEShopBuyResponse
Namespace: NinetyEight Assembly: APIReference.dll
Shop buy response
[Serializable]
public struct NEShopBuyResponseInherited 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 dataField Value
NEUserBalance
errorCode
Error code (0 if success)
public int errorCodeField Value
message
Response message
public string messageField Value
status
Response status (usually this is http response status)
public int statusField Value
Last updated