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