Skip to main content

BalanceListResponse

ZEPETO.Currency.BalanceListResponse

The BalanceListResponse class provides the API call result and the balance information list.

Hierarchy

Constructors

constructor

new BalanceListResponse()

Overrides

ProductBaseResponse.constructor

Properties

currencies

currencies: Dictionary$2<string, bigint>

Collection mapping in-World currency IDs to the player's balance for each currency.


isSuccess

isSuccess: boolean

Represents the success status of the request. Set to true upon successful completion.

Inherited from

ProductBaseResponse.isSuccess


message

message: string

Describes the result of the request.

Inherited from

ProductBaseResponse.message

Accessors

ErrorCode

get ErrorCode(): ProductError

Retrieves the error code for a failed product request.

Returns

ProductError

Inherited from

ZEPETO_Product.ProductBaseResponse.ErrorCode