Skip to main content

ContentItemResponse

ZEPETO.Module.Shop.ContentItemResponse

The ContentItemResponse class provides the API call result and the item information.

Hierarchy

Constructors

constructor

new ContentItemResponse()

Inherited from

PlayBaasResponse.constructor

Properties

isSuccess

isSuccess: boolean

Represents the success status of the request. Set to true upon successful completion.

Inherited from

PlayBaasResponse.isSuccess


item

item: Item

Item.


message

message: string

Describes the result of the request.

Inherited from

PlayBaasResponse.message