docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RealMoneyPurchaseItemResponseStoreIdentifiers

    Store identifiers.

    Inheritance
    object
    RealMoneyPurchaseItemResponseStoreIdentifiers
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Economy
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "real_money_purchase_item_response_storeIdentifiers")]
    [Preserve]
    public class RealMoneyPurchaseItemResponseStoreIdentifiers

    Constructors

    RealMoneyPurchaseItemResponseStoreIdentifiers(string, string)

    Initializes a new instance of the RealMoneyPurchaseItemResponseStoreIdentifiers class.

    Declaration
    [Preserve]
    public RealMoneyPurchaseItemResponseStoreIdentifiers(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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)