docs.unity.cn
    Show / Hide Table of Contents

    Class IAPTransaction

    Describes the IAP transaction info, and outcome.

    Inheritance
    Object
    CatalogItem
    BaseTransaction
    IAPTransaction
    Inherited Members
    BaseTransaction.payout
    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 sealed class IAPTransaction : BaseTransaction, IEquatable<CatalogItem>, IComparable<CatalogItem>

    Properties

    productId

    The product identifier defined in the platform store.

    Declaration
    public string productId { get; }
    Property Value
    Type Description
    String

    productType

    The type of IAP product.

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