Product
(
o
)
|
Signature
Oculus.Platform.Models.Product.Product(IntPtr o) Parameters o: IntPtr |
Description
: readonly string |
The description for the product. The description should be meaningful and explanatory to help outline the product and its features.
Signature
readonly string Oculus.Platform.Models.Product.Description |
FormattedPrice
: readonly string | |
Name
: readonly string |
The name of the product. This will be used as a the display name and should be aligned with the user facing title.
Signature
readonly string Oculus.Platform.Models.Product.Name |
Price
: readonly Price |
The Price of the product contains the currency code, the amount in hundredths, and the formatted string representation.
Signature
readonly Price Oculus.Platform.Models.Product.Price |
Sku
: readonly string |
The unique string that you use to reference the product in your app. The SKU is case-sensitive and should match the SKU reference in your code.
Signature
readonly string Oculus.Platform.Models.Product.Sku |