docs.unity.cn
    Show / Hide Table of Contents

    Class BaseTransaction

    This class is the base of the VirtualTransaction and IAPTransaction classes. Warning: Custom implementations of this base class are not supported by TransactionManager.

    Inheritance
    Object
    CatalogItem
    BaseTransaction
    IAPTransaction
    VirtualTransaction
    Inherited Members
    CatalogItem.displayName
    CatalogItem.key
    CatalogItem.GetTags(ICollection<Tag>, Boolean)
    CatalogItem.HasTag(Tag)
    CatalogItem.GetHashCode()
    CatalogItem.Equals(Object)
    CatalogItem.GetStaticProperties()
    CatalogItem.GetStaticProperties(Dictionary<String, Property>)
    CatalogItem.HasStaticProperty(String)
    CatalogItem.GetStaticProperty(String)
    CatalogItem.TryGetStaticProperty(String, Property)
    CatalogItem.Item[String]
    Namespace: UnityEngine.GameFoundation
    Syntax
    public abstract class BaseTransaction : CatalogItem, IEquatable<CatalogItem>, IComparable<CatalogItem>

    Properties

    payout

    Describes the payout of the transaction.

    Declaration
    public TransactionExchangeDefinition payout { get; }
    Property Value
    Type Description
    TransactionExchangeDefinition
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021