InventoryListResponse
ZEPETO.Inventory.InventoryListResponse
The InventoryListResponse
class provides the API call result and the product inventory information list.
Hierarchy
↳
InventoryListResponse
Constructors
constructor
• new InventoryListResponse()
Overrides
ProductBaseResponse.constructor
Properties
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
products
• products: InventoryRecord
[]
List of product inventory information.
Accessors
ErrorCode
• get
ErrorCode(): ProductError
Retrieves the error code for a failed product request.
Returns
Inherited from
ZEPETO_Product.ProductBaseResponse.ErrorCode