C# Class FuseMisc.Product

Representation of an item that the user is able to purchase from the App Store. IOS ONLY.
Show file Open project: fusepowered/FuseSDKUnity Class Usage Examples

Public Properties

Property Type Description
Price float
PriceLocale string
ProductId string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Price public property

The price of the product.
public float Price
return float

PriceLocale public property

The currency that the price is in.
public string PriceLocale
return string

ProductId public property

The ID of the product used by the App Store.
public string ProductId
return string