GetVendorSkusPlainArgs

data class GetVendorSkusPlainArgs(val skuName: String, val vendorName: String) : ConvertibleToJava<GetVendorSkusPlainArgs>

Constructors

Link copied to clipboard
constructor(skuName: String, vendorName: String)

Properties

Link copied to clipboard

The name of the sku.

Link copied to clipboard

The name of the vendor.

Functions

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