CheckInventoryResponse
ZEPETO.Inventory.CheckInventoryResponse
Class representing the response for checking the existence of a product in the inventory.
Hierarchy
↳
CheckInventoryResponse
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
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