DocuSign.Model.ReferralInformation (DocuSign v0.4.2) View 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.
Link to this section Summary
Link to this section Types
Specs
t() :: %DocuSign.Model.ReferralInformation{
advertisementId: String.t(),
enableSupport: String.t(),
externalOrgId: String.t(),
groupMemberId: String.t(),
idType: String.t(),
includedSeats: String.t(),
industry: String.t(),
planStartMonth: String.t(),
promoCode: String.t(),
publisherId: String.t(),
referralCode: String.t(),
referrerName: String.t(),
saleDiscountAmount: String.t(),
saleDiscountFixedAmount: String.t(),
saleDiscountPercent: String.t(),
saleDiscountPeriods: String.t(),
saleDiscountSeatPriceOverride: String.t(),
shopperId: String.t()
}