GetProductPlainArgs

data class GetProductPlainArgs(val filters: List<GetProductFilter>, val serviceCode: String) : ConvertibleToJava<GetProductPlainArgs>

A collection of arguments for invoking getProduct.

Constructors

Link copied to clipboard
constructor(filters: List<GetProductFilter>, serviceCode: String)

Properties

Link copied to clipboard

List of filters. Passed directly to the API (see GetProducts API reference). These filters must describe a single product, this resource will fail if more than one product is returned by the API.

Link copied to clipboard

Code of the service. Available service codes can be fetched using the DescribeServices pricing API call.

Functions

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