SKUArgs

data class SKUArgs(val name: Output<String>, val tier: Output<String>? = null) : ConvertibleToJava<SKUArgs>

The EngagementFabric SKU

Constructors

Link copied to clipboard
constructor(name: Output<String>, tier: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

The name of the SKU

Link copied to clipboard
val tier: Output<String>? = null

The price tier of the SKU

Functions

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