C# Class PlayFab.ClientModels.RedeemCouponRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CatalogVersion string
CharacterId string
CouponCode string

Property Details

CatalogVersion public property

Catalog version of the coupon. If null, uses the default catalog
public string CatalogVersion
return string

CharacterId public 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 property

Generated coupon code to redeem.
public string CouponCode
return string