C# Class PlayFab.ServerModels.RedeemCouponRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
CatalogVersion string
CharacterId string
CouponCode string
PlayFabId string

Property Details

CatalogVersion public_oe property

Catalog version of the coupon.
public string CatalogVersion
Résultat 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
Résultat string

CouponCode public_oe property

Generated coupon code to redeem.
public string CouponCode
Résultat string

PlayFabId public_oe property

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