module:model/FeatureSet

module:model/FeatureSet

new module:model/FeatureSet()

Source:

Constructs a new FeatureSet.
This object provides details about a feature set, or add-on product that is associated with an account. It is reserved for DocuSign internal use only.

Members

(inner) currencyFeatureSetPrices :Array.<module:model/CurrencyFeatureSetPrice>

Source:

A complex type that contains alternate currency values that are configured for this plan feature set.

Type:

(inner) envelopeFee :String

Source:
Type:
  • String

(inner) featureSetId :String

Source:

A unique ID for the feature set.

Type:
  • String

(inner) fixedFee :String

Source:
Type:
  • String

(inner) is21CFRPart11 :String

Source:

When set to true, indicates that this module is enabled on the account.

Type:
  • String

(inner) isActive :String

Source:
Type:
  • String

(inner) isEnabled :String

Source:

Specifies whether the feature set is actively enabled as part of the plan.

Type:
  • String

(inner) name :String

Source:
Type:
  • String

(inner) seatFee :String

Source:

An incremental seat cost for seat-based plans. Only valid when isEnabled for the feature set is set to true.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/FeatureSet}

Source:

Constructs a FeatureSet from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/FeatureSet

Optional instance to populate.

Returns:

The populated FeatureSet instance.

Type
module:model/FeatureSet