C# Класс FuseMisc.Product

Representation of an item that the user is able to purchase from the App Store. IOS ONLY.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Price float
PriceLocale string
ProductId string

Открытые методы

Метод Описание
ToString ( ) : string

Описание методов

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

Price публичное свойство

The price of the product.
public float Price
Результат float

PriceLocale публичное свойство

The currency that the price is in.
public string PriceLocale
Результат string

ProductId публичное свойство

The ID of the product used by the App Store.
public string ProductId
Результат string