C# Class PlayFab.AdminModels.GrantedItemInstance

Show file 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 property

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

BundleContents public property

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

BundleParent public 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 property

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

CharacterId public property

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

CustomData public property

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

DisplayName public property

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

Expiration public property

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

ItemClass public property

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

ItemId public property

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

ItemInstanceId public property

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

PlayFabId public property

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

PurchaseDate public property

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

RemainingUses public property

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

Result public property

Result of this operation.
public bool Result
return bool

UnitCurrency public property

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

UnitPrice public property

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

UsesIncrementedBy public property

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