ListProductsAndConfigurationProductFamiliesPlainArgs

data class ListProductsAndConfigurationProductFamiliesPlainArgs(val customerSubscriptionDetails: CustomerSubscriptionDetails? = null, val expand: String? = null, val filterableProperties: Map<String, List<FilterableProperty>>, val skipToken: String? = null) : ConvertibleToJava<ListProductsAndConfigurationProductFamiliesPlainArgs>

Constructors

constructor(customerSubscriptionDetails: CustomerSubscriptionDetails? = null, expand: String? = null, filterableProperties: Map<String, List<FilterableProperty>>, skipToken: String? = null)

Properties

Link copied to clipboard

Customer subscription properties. Clients can display available products to unregistered customers by explicitly passing subscription details.

Link copied to clipboard
val expand: String? = null

$expand is supported on configurations parameter for product, which provides details on the configurations for the product.

Link copied to clipboard

Dictionary of filterable properties on product family.

Link copied to clipboard
val skipToken: String? = null

$skipToken is supported on list of product families, which provides the next page in the list of product families.

Functions

Link copied to clipboard
open override fun toJava(): ListProductsAndConfigurationProductFamiliesPlainArgs