NEShopBuyResponse

negdkcc


negdkcc / NEShopBuyResponse

Type Alias: NEShopBuyResponse

NEShopBuyResponse = object

Defined in: data/NEShopBuyResponse.ts:6

Represents the API response after purchasing a shop item.

Properties

data?

optional data: NEUserBalance

Defined in: data/NEShopBuyResponse.ts:10

Optional updated user balance after the purchase.


errorCode?

optional errorCode: number

Defined in: data/NEShopBuyResponse.ts:25

Optional custom error code. A value of 0 or undefined indicates success.


message

message: string

Defined in: data/NEShopBuyResponse.ts:15

A message describing the response status or any error.


status

status: number

Defined in: data/NEShopBuyResponse.ts:20

The HTTP status code of the response.

Last updated