C# Class PlayFab.ClientModels.RedeemCouponRequest

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

Public Properties

Property Type Description
CatalogVersion string
CharacterId string
CouponCode string

Property Details

CatalogVersion public_oe property

Catalog version of the coupon. If null, uses the default catalog
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