Interface: Product
Represents a game's product information.
Table of contents
Properties
Properties
description
• Optional
description: string
The product description.
imageURI
• Optional
imageURI: string
A link to the product's associated image.
price
• price: string
A localized string representing the product's price in the local currency, e.g. "$1"
priceAmount
• Optional
priceAmount: number
The numeric price of a product.
priceCurrencyCode
• priceCurrencyCode: string
A string representing which currency is the price calculated in, following ISO 4217
productID
• productID: string
The product's game-specified identifier.
title
• title: string
The title of the product.