Get Product Plain Args
data class GetProductPlainArgs(val filters: List<GetProductFilter>, val serviceCode: String) : ConvertibleToJava<GetProductPlainArgs>
A collection of arguments for invoking getProduct.
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.