-
id
int id
The unique identification number of this SwarmStoreListing.
-
item
SwarmStoreItem item
The SwarmStoreItem that is contained by this SwarmStoreListing.
-
title
java.lang.String title
The title of this SwarmStoreListing.
-
price
int price
The number of SwarmCoins that it will cost the user to purchase this SwarmStoreListing.
-
quantity
int quantity
The quantity of SwarmStoreItems associated with this SwarmStoreListing. For example, if you are selling
5 potions in this SwarmStoreListing, then the quantity value is 5. If you are selling a single item
in this SwarmStore listing, then the quantity value is 1.
-
imageUrl
java.lang.String imageUrl
The URL that points to the image associated with this SwarmStoreListing. The image at this URL
can be retrieved and shown to the user.
-
orderId
int orderId
Identifies this Listing's position in the Swarm Store list. The Listing with an orderId of 0 will be shown first in the list.