docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor ProductMetadata

    ProductMetadata(string, string, string, string, decimal)

    Parametrized constructor

    Declaration
    public ProductMetadata(string priceString, string title, string description, string currencyCode, decimal localizedPrice)
    Parameters
    Type Name Description
    string priceString

    The price, as a string.

    string title

    The title of the product.

    string description

    The description of the product.

    string currencyCode

    The currency code of the localized price.

    decimal localizedPrice

    The localized price, by currency.

    ProductMetadata(ProductMetadata)

    Copy constructor

    Declaration
    public ProductMetadata(ProductMetadata productMetadata)
    Parameters
    Type Name Description
    ProductMetadata productMetadata

    The ProductMetadata, as an object.

    ProductMetadata()

    Default constructor

    Declaration
    public ProductMetadata()
    In This Article
    Back to top
    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