module:model/ReferralInformation

module:model/ReferralInformation

new module:model/ReferralInformation()

Source:

Constructs a new ReferralInformation.
A complex type that contains the following information for entering referral and discount information. The following items are included in the referral information (all string content): enableSupport, includedSeats, saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, saleDiscountSeatPriceOverride, planStartMonth, referralCode, referrerName, advertisementId, publisherId, shopperId, promoCode, groupMemberId, idType, and industry ###### Note: saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, and saleDiscountSeatPriceOverride are reserved for DoucSign use only.

Members

(inner) advertisementId :String

Source:

A complex type that contains the following information for entering referral and discount information. The following items are included in the referral information (all string content): enableSupport, includedSeats, saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, saleDiscountSeatPriceOverride, planStartMonth, referralCode, referrerName, advertisementId, publisherId, shopperId, promoCode, groupMemberId, idType, and industry. ###### Note: saleDiscountPercent, saleDiscountAmount, saleDiscountFixedAmount, saleDiscountPeriods, and saleDiscountSeatPriceOverride are reserved for DoucSign use only.

Type:
  • String

(inner) enableSupport :String

Source:

When set to true, then customer support is provided as part of the account plan.

Type:
  • String

(inner) externalOrgId :String

Source:
Type:
  • String

(inner) groupMemberId :String

Source:
Type:
  • String

(inner) idType :String

Source:
Type:
  • String

(inner) includedSeats :String

Source:

The number of seats (users) included.

Type:
  • String

(inner) industry :String

Source:
Type:
  • String

(inner) planStartMonth :String

Source:
Type:
  • String

(inner) promoCode :String

Source:
Type:
  • String

(inner) publisherId :String

Source:
Type:
  • String

(inner) referralCode :String

Source:
Type:
  • String

(inner) referrerName :String

Source:
Type:
  • String

(inner) saleDiscountAmount :String

Source:

Reserved for DocuSign use only.

Type:
  • String

(inner) saleDiscountFixedAmount :String

Source:

Reserved for DocuSign use only.

Type:
  • String

(inner) saleDiscountPercent :String

Source:

Reserved for DocuSign use only.

Type:
  • String

(inner) saleDiscountPeriods :String

Source:

Reserved for DocuSign use only.

Type:
  • String

(inner) saleDiscountSeatPriceOverride :String

Source:

Reserved for DocuSign use only.

Type:
  • String

(inner) shopperId :String

Source:
Type:
  • String

Methods

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

Source:

Constructs a ReferralInformation 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/ReferralInformation

Optional instance to populate.

Returns:

The populated ReferralInformation instance.

Type
module:model/ReferralInformation