docs.unity.cn
    Show / Hide Table of Contents

    Struct TransactionCosts

    Describes the costs of a transaction process.

    Namespace: UnityEngine.GameFoundation
    Syntax
    public struct TransactionCosts

    Properties

    currencies

    The currency balances removed.

    Declaration
    public IReadOnlyCollection<CurrencyExchange> currencies { get; }
    Property Value
    Type Description
    IReadOnlyCollection<CurrencyExchange>

    itemIds

    The ID of the items removed.

    Declaration
    public IReadOnlyCollection<string> itemIds { get; }
    Property Value
    Type Description
    IReadOnlyCollection<String>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021