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

This is the first step in the purchasing process. For security purposes, once the order (or "cart") has been created, additional inventory objects may no longer be added. In addition, inventory objects will be locked to the current prices, regardless of any subsequent changes at the catalog level which may occur during the next two steps. More...

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

Public Attributes

string CatalogVersion
 Catalog version for the items to be purchased. Defaults to most recent catalog.
 
Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
List< ItemPurchaseRequestItems
 Array of items to purchase.
 
string StoreId
 Store through which to purchase items. If not set, prices will be pulled from the catalog itself.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

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

Detailed Description

This is the first step in the purchasing process. For security purposes, once the order (or "cart") has been created, additional inventory objects may no longer be added. In addition, inventory objects will be locked to the current prices, regardless of any subsequent changes at the catalog level which may occur during the next two steps.


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