docs.unity.cn
    Show / Hide Table of Contents

    Interface IPurchaseReceipt

    Represents a parsed purchase receipt from a store.

    Namespace: UnityEngine.Purchasing.Security
    Syntax
    public interface IPurchaseReceipt

    Properties

    productID

    The ID of the product purchased.

    Declaration
    string productID { get; }
    Property Value
    Type Description
    String

    purchaseDate

    The date fof the purchase.

    Declaration
    DateTime purchaseDate { get; }
    Property Value
    Type Description
    DateTime

    transactionID

    The ID of the transaction.

    Declaration
    string transactionID { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 20 April 2021