Class StoreID
Represents a pair of store identifier and product id for the store.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
[Serializable]
public class StoreID
Constructors
Name | Description |
---|---|
StoreID(string, string) | Constructor. Simply assigns the parameters as member data. |
Fields
Name | Description |
---|---|
id | The unique id of the store. |
store | The name of the store. |