BalanceListResponse
ZEPETO.Currency.BalanceListResponse
The BalanceListResponse
class provides the API call result and the balance information list.
Hierarchy
↳
BalanceListResponse
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
message
• message: string
Describes the result of the request.
Inherited from
Accessors
ErrorCode
• get
ErrorCode(): ProductError
Retrieves the error code for a failed product request.
Returns
Inherited from
ZEPETO_Product.ProductBaseResponse.ErrorCode