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(java.util.List<AppStoreProduct> appStoreProducts)appStoreProducts.BillingPlanBillingPlan. currencyPlanPrices(java.util.List<CurrencyPlanPrice> currencyPlanPrices)currencyPlanPrices.BillingPlanBillingPlan. enableSupport(java.lang.String enableSupport)enableSupport.BillingPlanBillingPlanResponse. getBillingPlan()Get billingPlan.BillingPlanBillingPlan. includedSeats(java.lang.String includedSeats)includedSeats.BillingPlanBillingPlan. otherDiscountPercent(java.lang.String otherDiscountPercent)otherDiscountPercent.BillingPlanBillingPlan. paymentCycle(java.lang.String paymentCycle)paymentCycle.BillingPlanBillingPlan. paymentMethod(java.lang.String paymentMethod)paymentMethod.BillingPlanBillingPlan. perSeatPrice(java.lang.String perSeatPrice)perSeatPrice.BillingPlanBillingPlan. planClassification(java.lang.String planClassification)planClassification.BillingPlanBillingPlan. planFeatureSets(java.util.List<FeatureSet> planFeatureSets)planFeatureSets.BillingPlanBillingPlan. planId(java.lang.String planId)planId.BillingPlanBillingPlan. planName(java.lang.String planName)planName.BillingPlanBillingPlan. seatDiscounts(java.util.List<SeatDiscount> seatDiscounts)seatDiscounts.BillingPlanBillingPlan. supportIncidentFee(java.lang.String supportIncidentFee)supportIncidentFee.BillingPlanBillingPlan. supportPlanFee(java.lang.String supportPlanFee)supportPlanFee.Methods in com.docusign.esign.model that return types with arguments of type BillingPlan Modifier and Type Method Description java.util.List<BillingPlan>BillingPlansResponse. getBillingPlans()Reserved: TBD.java.util.List<BillingPlan>AccountBillingPlanResponse. getSuccessorPlans().java.util.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(java.util.List<BillingPlan> billingPlans)billingPlans.voidBillingPlansResponse. setBillingPlans(java.util.List<BillingPlan> billingPlans)setBillingPlans.voidAccountBillingPlanResponse. setSuccessorPlans(java.util.List<BillingPlan> successorPlans)setSuccessorPlans.voidBillingPlanResponse. setSuccessorPlans(java.util.List<BillingPlan> successorPlans)setSuccessorPlans.AccountBillingPlanResponseAccountBillingPlanResponse. successorPlans(java.util.List<BillingPlan> successorPlans)successorPlans.BillingPlanResponseBillingPlanResponse. successorPlans(java.util.List<BillingPlan> successorPlans)successorPlans.
-