ProductFeature interface

Product Feature

Properties

billingEndDate

The timestamp in UTC when the billing ends.

billingStartDate

The timestamp in UTC when the billing starts.

disenrollmentDate

The timestamp in UTC when the user disenrolled the feature.

enrollmentDate

The timestamp in UTC when the user enrolls the feature.

error

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

name

Product feature name.

subscriptionStatus

Indicates the current status of the product features.

Property Details

billingEndDate

The timestamp in UTC when the billing ends.

billingEndDate?: Date

Property Value

Date

billingStartDate

The timestamp in UTC when the billing starts.

billingStartDate?: Date

Property Value

Date

disenrollmentDate

The timestamp in UTC when the user disenrolled the feature.

disenrollmentDate?: Date

Property Value

Date

enrollmentDate

The timestamp in UTC when the user enrolls the feature.

enrollmentDate?: Date

Property Value

Date

error

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

error?: ErrorDetail

Property Value

name

Product feature name.

name?: string

Property Value

string

subscriptionStatus

Indicates the current status of the product features.

subscriptionStatus?: string

Property Value

string