Class RealMoneyPurchaseItemRequestStoreIdentifiers
Store identifiers. At least one store identifier is required.
Inherited Members
Namespace: Unity.Services.Apis.Admin.Economy
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "real_money_purchase_item_request_storeIdentifiers")]
[Preserve]
public class RealMoneyPurchaseItemRequestStoreIdentifiers
Constructors
RealMoneyPurchaseItemRequestStoreIdentifiers(string, string)
Initializes a new instance of the Real
Declaration
[Preserve]
public RealMoneyPurchaseItemRequestStoreIdentifiers(string appleAppStore = null, string googlePlayStore = null)
Parameters
Type | Name | Description |
---|---|---|
string | appleAppStore | Apple App Store identifier.. |
string | googlePlayStore | Google Play Store identifier.. |
Properties
AppleAppStore
Apple App Store identifier.
Declaration
[DataMember(Name = "appleAppStore", EmitDefaultValue = false)]
[Preserve]
public string AppleAppStore { get; set; }
Property Value
Type | Description |
---|---|
string | Apple App Store identifier. |
GooglePlayStore
Google Play Store identifier.
Declaration
[DataMember(Name = "googlePlayStore", EmitDefaultValue = false)]
[Preserve]
public string GooglePlayStore { get; set; }
Property Value
Type | Description |
---|---|
string | Google Play Store identifier. |