DocuSign v0.2.0 DocuSign.Model.ReferralInformation 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
Link to this type
t()
View Source
t()
View Source
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()
}
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() }