NinetyEight.NEShopBuyResponse
Struct NEShopBuyResponse
Namespace: NinetyEight Assembly: APIReference.dll
Shop buy response
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)
Field Value
NEUserBalance
errorCode
Error code (0 if success)
Field Value
message
Response message
Field Value
status
Response status (usually this is http response status)
Field Value
Last updated