docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RealMoneyPurchaseDefinition

    Represents a single real money purchase configuration.

    Inheritance
    object
    ConfigurationItemDefinition
    RealMoneyPurchaseDefinition
    Inherited Members
    ConfigurationItemDefinition.Id
    ConfigurationItemDefinition.Name
    ConfigurationItemDefinition.Type
    ConfigurationItemDefinition.CustomData
    ConfigurationItemDefinition.CustomDataDeserializable
    ConfigurationItemDefinition.Created
    ConfigurationItemDefinition.Modified
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Economy.Model
    Assembly: Unity.Services.Economy.dll
    Syntax
    [Preserve]
    public class RealMoneyPurchaseDefinition : ConfigurationItemDefinition

    Constructors

    RealMoneyPurchaseDefinition()

    Declaration
    [Preserve]
    public RealMoneyPurchaseDefinition()

    Fields

    Rewards

    The rewards associated with this purchase

    Declaration
    [Preserve]
    [JsonRequired]
    [JsonProperty("rewards")]
    public List<PurchaseItemQuantity> Rewards
    Field Value
    Type Description
    List<PurchaseItemQuantity>

    StoreIdentifiers

    The store identifiers for this purchase.

    Declaration
    [Preserve]
    [JsonRequired]
    [JsonProperty("storeIdentifiers")]
    public StoreIdentifiers StoreIdentifiers
    Field Value
    Type Description
    StoreIdentifiers
    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)