Skip to main content

CheckInventoryResponse

ZEPETO.Inventory.CheckInventoryResponse

Class representing the response for checking the existence of a product in the inventory.

Hierarchy

Constructors

constructor

new CheckInventoryResponse()

Overrides

ProductBaseResponse.constructor

Properties

isExist

isExist: boolean

A boolean value that indicates whether a specific product exists in the user's inventory.


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