C# Class PlayFab.ServerModels.RedeemCouponRequest

Inheritance: PlayFabRequestCommon
ファイルを表示 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CatalogVersion string
CharacterId string
CouponCode string
PlayFabId string

Property Details

CatalogVersion public_oe property

Catalog version of the coupon.
public string CatalogVersion
return string

CharacterId public_oe property

Optional identifier for the Character that should receive the item. If null, item is added to the player
public string CharacterId
return string

CouponCode public_oe property

Generated coupon code to redeem.
public string CouponCode
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