Skip to main content

CategoryResponse

ZEPETO.Module.Shop.CategoryResponse

The CategoryResponse class provides the API call result and the ZEPETO shop item category information.

Hierarchy

Constructors

constructor

new CategoryResponse()

Inherited from

BaseResponse.constructor

Properties

category

category: CategoryInfo

ZEPETO shop item category information.


isSuccess

isSuccess: boolean

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

Inherited from

BaseResponse.isSuccess


message

message: string

Describes the result of the request.

Inherited from

BaseResponse.message