GetProductPlainArgs

data class GetProductPlainArgs(val acceptLanguage: String? = null, val id: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetProductPlainArgs>

A collection of arguments for invoking getProduct.

Constructors

Link copied to clipboard
constructor(acceptLanguage: String? = null, id: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val acceptLanguage: String? = null

Language code. Valid values: en (English), jp (Japanese), zh (Chinese). Default value is en.

Link copied to clipboard
val id: String

Product ID. The following arguments are optional:

Link copied to clipboard
val tags: Map<String, String>? = null

Tags to apply to the product.

Functions

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