ZEPETO.Module.Content
4 min
type description item /#item zepeto shop item item class zepeto shop item properties name type description id string item code property zepetopropertyflag item property iszem boolean indicates whether the item can be purchased using zem currency if true , the item is purchased with zem; if false , it's purchased with coins price number item price methods getthumbnailasync getthumbnailasync() → baserequest\<textureresponse> this asynchronous method retrieves the item's thumbnail texture returns baserequest\<textureresponse> — a baserequest object when the asynchronous process is complete, you can access the textureresponse object by the responsedata property getbadgeasync getbadgeasync() → baserequest\<textureresponse> this asynchronous method retrieves the item badge texture returns baserequest\<textureresponse> — a baserequest object when the asynchronous process is complete, you can access the textureresponse object by the responsedata property
