docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlayerCurrencyBalanceResponse

    PlayerCurrencyBalanceResponse

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

    Constructors

    PlayerCurrencyBalanceResponse(List<CurrencyBalanceResponse>, PlayerCurrencyBalanceResponseLinks)

    Initializes a new instance of the PlayerCurrencyBalanceResponse class.

    Declaration
    [Preserve]
    public PlayerCurrencyBalanceResponse(List<CurrencyBalanceResponse> results = null, PlayerCurrencyBalanceResponseLinks links = null)
    Parameters
    Type Name Description
    List<CurrencyBalanceResponse> results

    List of currency balances. (required).

    PlayerCurrencyBalanceResponseLinks links

    links (required).

    Properties

    Links

    Gets or Sets Links

    Declaration
    [Preserve]
    public PlayerCurrencyBalanceResponseLinks Links { get; set; }
    Property Value
    Type Description
    PlayerCurrencyBalanceResponseLinks

    Results

    List of currency balances.

    Declaration
    [Preserve]
    public List<CurrencyBalanceResponse> Results { get; set; }
    Property Value
    Type Description
    List<CurrencyBalanceResponse>

    List of currency balances.

    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)