Uses of Class
com.docusign.esign.model.BillingPlan
-
Packages that use BillingPlan Package Description com.docusign.esign.model -
-
Uses of BillingPlan in com.docusign.esign.model
Methods in com.docusign.esign.model that return BillingPlan Modifier and Type Method Description BillingPlanBillingPlan. addAppStoreProductsItem(AppStoreProduct appStoreProductsItem)addAppStoreProductsItem.BillingPlanBillingPlan. addCurrencyPlanPricesItem(CurrencyPlanPrice currencyPlanPricesItem)addCurrencyPlanPricesItem.BillingPlanBillingPlan. addPlanFeatureSetsItem(FeatureSet planFeatureSetsItem)addPlanFeatureSetsItem.BillingPlanBillingPlan. addSeatDiscountsItem(SeatDiscount seatDiscountsItem)addSeatDiscountsItem.BillingPlanBillingPlan. appStoreProducts(List<AppStoreProduct> appStoreProducts)appStoreProducts.BillingPlanBillingPlan. currencyPlanPrices(List<CurrencyPlanPrice> currencyPlanPrices)currencyPlanPrices.BillingPlanBillingPlan. enableSupport(String enableSupport)enableSupport.BillingPlanBillingPlanResponse. getBillingPlan()An object that contains details about the billing plan..BillingPlanBillingPlan. includedSeats(String includedSeats)includedSeats.BillingPlanBillingPlan. otherDiscountPercent(String otherDiscountPercent)otherDiscountPercent.BillingPlanBillingPlan. paymentCycle(String paymentCycle)paymentCycle.BillingPlanBillingPlan. paymentMethod(String paymentMethod)paymentMethod.BillingPlanBillingPlan. perSeatPrice(String perSeatPrice)perSeatPrice.BillingPlanBillingPlan. planClassification(String planClassification)planClassification.BillingPlanBillingPlan. planFeatureSets(List<FeatureSet> planFeatureSets)planFeatureSets.BillingPlanBillingPlan. planId(String planId)planId.BillingPlanBillingPlan. planName(String planName)planName.BillingPlanBillingPlan. seatDiscounts(List<SeatDiscount> seatDiscounts)seatDiscounts.BillingPlanBillingPlan. supportIncidentFee(String supportIncidentFee)supportIncidentFee.BillingPlanBillingPlan. supportPlanFee(String supportPlanFee)supportPlanFee.Methods in com.docusign.esign.model that return types with arguments of type BillingPlan Modifier and Type Method Description List<BillingPlan>BillingPlansResponse. getBillingPlans()Reserved: TBD.List<BillingPlan>AccountBillingPlanResponse. getSuccessorPlans().List<BillingPlan>BillingPlanResponse. getSuccessorPlans().Methods in com.docusign.esign.model with parameters of type BillingPlan Modifier and Type Method Description BillingPlansResponseBillingPlansResponse. addBillingPlansItem(BillingPlan billingPlansItem)addBillingPlansItem.AccountBillingPlanResponseAccountBillingPlanResponse. addSuccessorPlansItem(BillingPlan successorPlansItem)addSuccessorPlansItem.BillingPlanResponseBillingPlanResponse. addSuccessorPlansItem(BillingPlan successorPlansItem)addSuccessorPlansItem.BillingPlanResponseBillingPlanResponse. billingPlan(BillingPlan billingPlan)billingPlan.voidBillingPlanResponse. setBillingPlan(BillingPlan billingPlan)setBillingPlan.Method parameters in com.docusign.esign.model with type arguments of type BillingPlan Modifier and Type Method Description BillingPlansResponseBillingPlansResponse. billingPlans(List<BillingPlan> billingPlans)billingPlans.voidBillingPlansResponse. setBillingPlans(List<BillingPlan> billingPlans)setBillingPlans.voidAccountBillingPlanResponse. setSuccessorPlans(List<BillingPlan> successorPlans)setSuccessorPlans.voidBillingPlanResponse. setSuccessorPlans(List<BillingPlan> successorPlans)setSuccessorPlans.AccountBillingPlanResponseAccountBillingPlanResponse. successorPlans(List<BillingPlan> successorPlans)successorPlans.BillingPlanResponseBillingPlanResponse. successorPlans(List<BillingPlan> successorPlans)successorPlans.
-