Package-level declarations
Types
Link copied to clipboard
data class Product(val id: String?, val name: String?, val livemode: Boolean?, val image: String?, val description: String?, val url: String?, val shippable: Boolean?, val active: Boolean?, val metadata: Map<String, String>?, val created: Int?, val updated: Int?, val defaultPrice: Int?, val productObject: String?)
Represents a product defined by the merchant in the Frame platform.
Link copied to clipboard
Defines the API endpoints available for product operations.
Link copied to clipboard
Indicates whether a product is purchased once or on a recurring basis.
Link copied to clipboard
Defines the billing cadence for a recurring product.
Link copied to clipboard
object ProductsAPI
Provides suspend and callback-based methods for managing products in the Frame API.
Link copied to clipboard
object ProductsRequests
Contains request body models for the Products API.
Link copied to clipboard
object ProductsResponses
Contains response body models for the Products API.