C# Class PlayFab.ServerModels.GrantedItemInstance

显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Annotation string
BundleContents List
BundleParent string
CatalogVersion string
CharacterId string
CustomData string>.Dictionary
DisplayName string
Expiration DateTime?
ItemClass string
ItemId string
ItemInstanceId string
PlayFabId string
PurchaseDate DateTime?
RemainingUses int?
Result bool
UnitCurrency string
UnitPrice uint
UsesIncrementedBy int?

Property Details

Annotation public_oe property

Game specific comment associated with this instance when it was added to the user inventory.
public string Annotation
return string

BundleContents public_oe property

Array of unique items that were awarded when this catalog item was purchased.
public List BundleContents
return List

BundleParent public_oe property

Unique identifier for the parent inventory item, as defined in the catalog, for object which were added from a bundle or container.
public string BundleParent
return string

CatalogVersion public_oe property

Catalog version for the inventory item, when this instance was created.
public string CatalogVersion
return string

CharacterId public_oe property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
return string

CustomData public_oe property

A set of custom key-value pairs on the inventory item.
public Dictionary CustomData
return string>.Dictionary

DisplayName public_oe property

CatalogItem.DisplayName at the time this item was purchased.
public string DisplayName
return string

Expiration public_oe property

Timestamp for when this instance will expire.
public DateTime? Expiration
return DateTime?

ItemClass public_oe property

Class name for the inventory item, as defined in the catalog.
public string ItemClass
return string

ItemId public_oe property

Unique identifier for the inventory item, as defined in the catalog.
public string ItemId
return string

ItemInstanceId public_oe property

Unique item identifier for this specific instance of the item.
public string ItemInstanceId
return string

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string

PurchaseDate public_oe property

Timestamp for when this instance was purchased.
public DateTime? PurchaseDate
return DateTime?

RemainingUses public_oe property

Total number of remaining uses, if this is a consumable item.
public int? RemainingUses
return int?

Result public_oe property

Result of this operation.
public bool Result
return bool

UnitCurrency public_oe property

Currency type for the cost of the catalog item.
public string UnitCurrency
return string

UnitPrice public_oe property

Cost of the catalog item in the given currency.
public uint UnitPrice
return uint

UsesIncrementedBy public_oe property

The number of uses that were added or removed to this item in this call.
public int? UsesIncrementedBy
return int?