DocuSign.Model.BillingPlan (DocuSign v0.4.2) View Source
Contains information about a billing plan.
Link to this section Summary
Link to this section Types
Specs
t() :: %DocuSign.Model.BillingPlan{
appStoreProducts: [AppStoreProduct],
currencyPlanPrices: [CurrencyPlanPrice],
enableSupport: String.t(),
includedSeats: String.t(),
otherDiscountPercent: String.t(),
paymentCycle: String.t(),
paymentMethod: String.t(),
perSeatPrice: String.t(),
planClassification: String.t(),
planFeatureSets: [FeatureSet],
planId: String.t(),
planName: String.t(),
seatDiscounts: [SeatDiscount],
supportIncidentFee: String.t(),
supportPlanFee: String.t()
}