Skip to main content

Class Metadata

Declaration
[Serializable]
public class Metadata

Properties

Title

Declaration
public string Title { get; }

Description

Declaration
public string Description { get; }

Price

Declaration
public float Price { get; }

IsoCurrencyCode

Declaration
public string IsoCurrencyCode { get; }

LocalizedPriceString

Use this if you are absolutely sure the currency symbol is supported by your font. Example; returns something like $1.99 or ₺129.99

Declaration
public string LocalizedPriceString { get; }

LocalizedPriceStringWithNoCurrencySymbol

Use this if you are not sure if localized currency symbol is supported in your font's character set. Example; returns something like 1.99 USD or 129.99 TRY

Declaration
public string LocalizedPriceStringWithNoCurrencySymbol { get; }