ProductFeatureResponse

data class ProductFeatureResponse(val billingEndDate: String, val billingStartDate: String, val disenrollmentDate: String, val enrollmentDate: String, val error: ErrorDetailResponse, val name: String? = null, val subscriptionStatus: String? = null)

Product Feature

Constructors

Link copied to clipboard
constructor(billingEndDate: String, billingStartDate: String, disenrollmentDate: String, enrollmentDate: String, error: ErrorDetailResponse, name: String? = null, subscriptionStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp in UTC when the billing ends.

Link copied to clipboard

The timestamp in UTC when the billing starts.

Link copied to clipboard

The timestamp in UTC when the user disenrolled the feature.

Link copied to clipboard

The timestamp in UTC when the user enrolls the feature.

Link copied to clipboard

The errors that were encountered during the feature enrollment or disenrollment.

Link copied to clipboard
val name: String? = null

Product feature name.

Link copied to clipboard

Indicates the current status of the product features.