docs.unity3d.com
    Show / Hide Table of Contents

    Struct Events.TransactionParameters

    Namespace: Unity.Services.Analytics
    Syntax
    [Obsolete("This struct has been moved outside the Events class, and it's parameters now conform to C# guidelines. Please use the standalone struct instead. This struct will be removed in an upcoming release.")]
    public struct TransactionParameters

    Fields

    isInitiator

    Declaration
    [Obsolete]
    public bool? isInitiator
    Field Value
    Type Description
    Nullable<Boolean>

    paymentCountry

    Optional. If this is left null or empty, the machine's locale will be used

    Declaration
    public string paymentCountry
    Field Value
    Type Description
    String

    productID

    Declaration
    public string productID
    Field Value
    Type Description
    String

    productsReceived

    Declaration
    public Events.Product productsReceived
    Field Value
    Type Description
    Events.Product

    productsSpent

    Declaration
    public Events.Product productsSpent
    Field Value
    Type Description
    Events.Product

    revenueValidated

    Declaration
    public long? revenueValidated
    Field Value
    Type Description
    Nullable<Int64>

    storeID

    Declaration
    public string storeID
    Field Value
    Type Description
    String

    storeItemID

    Declaration
    public string storeItemID
    Field Value
    Type Description
    String

    storeItemSkuID

    Declaration
    public string storeItemSkuID
    Field Value
    Type Description
    String

    storeSourceID

    Declaration
    public string storeSourceID
    Field Value
    Type Description
    String

    transactionID

    Declaration
    public string transactionID
    Field Value
    Type Description
    String

    transactionName

    Declaration
    public string transactionName
    Field Value
    Type Description
    String

    transactionReceipt

    Declaration
    public string transactionReceipt
    Field Value
    Type Description
    String

    transactionReceiptSignature

    Declaration
    public string transactionReceiptSignature
    Field Value
    Type Description
    String

    transactionServer

    Declaration
    public Events.TransactionServer? transactionServer
    Field Value
    Type Description
    Nullable<Events.TransactionServer>

    transactionType

    Declaration
    public Events.TransactionType transactionType
    Field Value
    Type Description
    Events.TransactionType

    transactorID

    Declaration
    public string transactorID
    Field Value
    Type Description
    String
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023