Package version:

Product Feature

interface ProductFeature {
    billingEndDate?: Date;
    billingStartDate?: Date;
    disenrollmentDate?: Date;
    enrollmentDate?: Date;
    error?: ErrorDetail;
    name?: string;
    subscriptionStatus?: string;
}

Properties

billingEndDate?: Date

The timestamp in UTC when the billing ends. NOTE: This property will not be serialized. It can only be populated by the server.

billingStartDate?: Date

The timestamp in UTC when the billing starts. NOTE: This property will not be serialized. It can only be populated by the server.

disenrollmentDate?: Date

The timestamp in UTC when the user disenrolled the feature. NOTE: This property will not be serialized. It can only be populated by the server.

enrollmentDate?: Date

The timestamp in UTC when the user enrolls the feature. NOTE: This property will not be serialized. It can only be populated by the server.

error?: ErrorDetail

The errors that were encountered during the feature enrollment or disenrollment. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Product feature name.

subscriptionStatus?: string

Indicates the current status of the product features.