Skip to main content

BalanceResponse

ZEPETO.Currency.BalanceResponse

The BalanceResponse class provides the API call result and the balance information.

Hierarchy

Constructors

constructor

new BalanceResponse()

Overrides

ProductBaseResponse.constructor

Properties

currency

currency: BalanceRecord

Balance information.


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