CustomerSubscriptionRegisteredFeatures

data class CustomerSubscriptionRegisteredFeatures(val name: String? = null, val state: String? = null) : ConvertibleToJava<CustomerSubscriptionRegisteredFeatures>

Represents subscription registered features.

Constructors

Link copied to clipboard
constructor(name: String? = null, state: String? = null)

Properties

Link copied to clipboard
val name: String? = null

Name of subscription registered feature.

Link copied to clipboard
val state: String? = null

State of subscription registered feature.

Functions

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