GetVendorSkuPreviewPlainArgs

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

Constructors

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

Properties

Link copied to clipboard

Preview subscription ID.

Link copied to clipboard

The name of the vendor sku.

Link copied to clipboard

The name of the vendor.

Functions

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