Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PlayFab
ServerModels
MoveItemToCharacterFromCharacterRequest
C# Class PlayFab.ServerModels.MoveItemToCharacterFromCharacterRequest
Inheritance:
PlayFabRequestCommon
Show file
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
GivingCharacterId
string
ItemInstanceId
string
PlayFabId
string
ReceivingCharacterId
string
Property Details
GivingCharacterId
public property
Unique identifier of the character that currently has the item.
public
string
GivingCharacterId
return
string
ItemInstanceId
public property
Unique PlayFab assigned instance identifier 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
ReceivingCharacterId
public property
Unique identifier of the character that will be receiving the item.
public
string
ReceivingCharacterId
return
string