API reference
API reference
Select your platform
No SDKs available
No versions available

ProductArray

Updated: Aug 26, 2025

ProductArray

interface ProductArray
The class that represents the product information for a specific IAP which is available for purchase in your app. You can retrieve more information about the product(s) by using their SKU with horizon.platform.iap.Iap.getProductsBySku

Properties

NameSummary
cursorAfter
abstract val cursorAfter: String?
cursorBefore
abstract val cursorBefore: String?
json
open val json: String
nextUrl
abstract val nextUrl: String?
previousUrl
abstract val previousUrl: String?
products
abstract val products: List<Product>
Did you find this page helpful?
Thumbs up icon
Thumbs down icon