docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlayerPurchaseGoogleplaystoreResponse

    PlayerPurchaseGoogleplaystoreResponse

    Inheritance
    object
    PlayerPurchaseGoogleplaystoreResponse
    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 PlayerPurchaseGoogleplaystoreResponse

    Constructors

    PlayerPurchaseGoogleplaystoreResponse(PlayerPurchaseGoogleplaystoreResponseVerification, PlayerPurchaseGoogleplaystoreResponseRewards)

    Initializes a new instance of the PlayerPurchaseGoogleplaystoreResponse class.

    Declaration
    [Preserve]
    public PlayerPurchaseGoogleplaystoreResponse(PlayerPurchaseGoogleplaystoreResponseVerification verification = null, PlayerPurchaseGoogleplaystoreResponseRewards rewards = null)
    Parameters
    Type Name Description
    PlayerPurchaseGoogleplaystoreResponseVerification verification

    verification (required).

    PlayerPurchaseGoogleplaystoreResponseRewards rewards

    rewards (required).

    Properties

    Rewards

    Gets or Sets Rewards

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

    Verification

    Gets or Sets Verification

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