docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlayerPurchaseAppleappstoreResponse

    PlayerPurchaseAppleappstoreResponse

    Inheritance
    object
    PlayerPurchaseAppleappstoreResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.Economy
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class PlayerPurchaseAppleappstoreResponse

    Constructors

    PlayerPurchaseAppleappstoreResponse(PlayerPurchaseAppleappstoreResponseVerification, PlayerPurchaseVirtualResponseRewards)

    Initializes a new instance of the PlayerPurchaseAppleappstoreResponse class.

    Declaration
    [Preserve]
    public PlayerPurchaseAppleappstoreResponse(PlayerPurchaseAppleappstoreResponseVerification verification = null, PlayerPurchaseVirtualResponseRewards rewards = null)
    Parameters
    Type Name Description
    PlayerPurchaseAppleappstoreResponseVerification verification

    verification (required).

    PlayerPurchaseVirtualResponseRewards rewards

    rewards (required).

    Properties

    Rewards

    Gets or Sets Rewards

    Declaration
    [Preserve]
    public PlayerPurchaseVirtualResponseRewards Rewards { get; set; }
    Property Value
    Type Description
    PlayerPurchaseVirtualResponseRewards

    Verification

    Gets or Sets Verification

    Declaration
    [Preserve]
    public PlayerPurchaseAppleappstoreResponseVerification Verification { get; set; }
    Property Value
    Type Description
    PlayerPurchaseAppleappstoreResponseVerification
    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)