ContentItemResponse
ZEPETO.Module.Shop.ContentItemResponse
The ContentItemResponse
class provides the API call result and the item information.
Hierarchy
↳
ContentItemResponse
Constructors
constructor
• new ContentItemResponse()
Inherited from
Properties
isSuccess
• isSuccess: boolean
Represents the success status of the request.
Set to true
upon successful completion.
Inherited from
item
• item: Item
Item.
message
• message: string
Describes the result of the request.