Product Feature Response
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
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
Indicates the current status of the product features.