HubBillingInfoFormatResponse

data class HubBillingInfoFormatResponse(val maxUnits: Int? = null, val minUnits: Int? = null, val skuName: String? = null)

Hub billing info.

Constructors

Link copied to clipboard
constructor(maxUnits: Int? = null, minUnits: Int? = null, skuName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxUnits: Int? = null

The maximum number of units can be used. One unit is 10,000 Profiles and 100,000 Interactions.

Link copied to clipboard
val minUnits: Int? = null

The minimum number of units will be billed. One unit is 10,000 Profiles and 100,000 Interactions.

Link copied to clipboard
val skuName: String? = null

The sku name.