My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.RedeemCouponRequest Class Reference

Coupon codes can be created for any item, or set of items, in the catalog for the title. This operation causes the coupon to be consumed, and the specific items to be awarded to the user. Attempting to re-use an already consumed code, or a code which has not yet been created in the service, will result in an error. More...

Inheritance diagram for PlayFab.ClientModels.RedeemCouponRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

string CatalogVersion
 Catalog version of the coupon. If null, uses the default catalog.
 
string CharacterId
 Optional identifier for the Character that should receive the item. If null, item is added to the player.
 
string CouponCode
 Generated coupon code to redeem.
 
Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

Coupon codes can be created for any item, or set of items, in the catalog for the title. This operation causes the coupon to be consumed, and the specific items to be awarded to the user. Attempting to re-use an already consumed code, or a code which has not yet been created in the service, will result in an error.


The documentation for this class was generated from the following file: