docs.unity3d.com
    Show / Hide Table of Contents

    Class LocalPricingEngine

    A local flat rate pricing engine for product.

    Inheritance
    Object
    LocalPricingEngine
    Namespace: Unity.Industrial.Forma.Core.Pricing
    Syntax
    public class LocalPricingEngine : MonoBehaviour, IPricingEngine

    Properties

    PricingData

    Gets the pricing data.

    Declaration
    public ProductLocalPrice PricingData { get; }
    Property Value
    Type Description
    ProductLocalPrice

    The pricing data.

    Methods

    QueryPricingInformation(Product, Context, IReadOnlyConfiguration)

    Queries the pricing information.

    Declaration
    public ProviderOperation<PricingEngineReply> QueryPricingInformation(Product product, Context context, IReadOnlyConfiguration configuration)
    Parameters
    Type Name Description
    Product product

    The product.

    Context context

    The context.

    IReadOnlyConfiguration configuration

    The configuration.

    Returns
    Type Description
    ProviderOperation<PricingEngineReply>

    ProviderOperation<PricingEngineReply>.

    Implements
    IPricingEngine.QueryPricingInformation(Product, Context, IReadOnlyConfiguration)
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023