Class StoreIdentifiers
The store identifiers.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: Unity.Services.Economy.dll
Syntax
[Preserve]
public class StoreIdentifiers
Constructors
StoreIdentifiers()
Declaration
[Preserve]
public StoreIdentifiers()
Fields
AppleAppStore
Apple App Store identifier
Declaration
[Preserve]
[JsonProperty("appleAppStore")]
public string AppleAppStore
Field Value
Type | Description |
---|---|
string |
GooglePlayStore
Google Play Store identifier
Declaration
[Preserve]
[JsonProperty("googlePlayStore")]
public string GooglePlayStore
Field Value
Type | Description |
---|---|
string |