Feature
Overview
This article describes the Feature SOAP API object.
To create features in the product catalog and use them in subscriptions and Zuora Quotes, you need to enable the following:
- The Entitlements setting in your tenant.
Access to the Entitlements feature requires a specific edition of Zuora. See Zuora Editions for details. - The Enable Feature Specification in Product and Subscriptions setting in the Billing Settings.
Supported Methods
You can use the Feature object with the following methods:
Field Descriptions
All field names are case sensitive. Check enumerated values in descriptions to confirm capitalization and spacing. See Field Types for additional information.
Field | Required? | Description |
---|---|---|
CreatedById | Optional | Internal Zuora ID of the user who created the feature Type: zns:ID |
CreatedDate | Optional | Date and time when the feature was created Type: dateTime |
Description | Optional | Description of the feature Type: String |
FeatureCode | Required | Unique code of the feature Type: String |
Name | Required | Name of the feature Type: String |
Status | Optional | Status of the feature, Active or Inactive Type: String |
UpdatedById | Optional | Internal Zuora ID of the user who last updated the feature Type: zns:ID |
UpdatedDate | Optional | Date and time when the feature was last updated Type: dateTime |