C# Класс PlayFab.ServerModels.GrantedItemInstance

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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?

Описание свойств

Annotation публичное свойство

Game specific comment associated with this instance when it was added to the user inventory.
public string Annotation
Результат string

BundleContents публичное свойство

Array of unique items that were awarded when this catalog item was purchased.
public List BundleContents
Результат List

BundleParent публичное свойство

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
Результат string

CatalogVersion публичное свойство

Catalog version for the inventory item, when this instance was created.
public string CatalogVersion
Результат string

CharacterId публичное свойство

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
Результат string

CustomData публичное свойство

A set of custom key-value pairs on the inventory item.
public Dictionary CustomData
Результат string>.Dictionary

DisplayName публичное свойство

CatalogItem.DisplayName at the time this item was purchased.
public string DisplayName
Результат string

Expiration публичное свойство

Timestamp for when this instance will expire.
public DateTime? Expiration
Результат DateTime?

ItemClass публичное свойство

Class name for the inventory item, as defined in the catalog.
public string ItemClass
Результат string

ItemId публичное свойство

Unique identifier for the inventory item, as defined in the catalog.
public string ItemId
Результат string

ItemInstanceId публичное свойство

Unique item identifier for this specific instance of the item.
public string ItemInstanceId
Результат string

PlayFabId публичное свойство

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Результат string

PurchaseDate публичное свойство

Timestamp for when this instance was purchased.
public DateTime? PurchaseDate
Результат DateTime?

RemainingUses публичное свойство

Total number of remaining uses, if this is a consumable item.
public int? RemainingUses
Результат int?

Result публичное свойство

Result of this operation.
public bool Result
Результат bool

UnitCurrency публичное свойство

Currency type for the cost of the catalog item.
public string UnitCurrency
Результат string

UnitPrice публичное свойство

Cost of the catalog item in the given currency.
public uint UnitPrice
Результат uint

UsesIncrementedBy публичное свойство

The number of uses that were added or removed to this item in this call.
public int? UsesIncrementedBy
Результат int?