DocuSign v0.2.1 DocuSign.Model.BillingPlan View Source
Contains information about a billing plan.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
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()
}
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() }