Uses of Class
com.docusign.esign.model.BillingPlansResponse
-
Packages that use BillingPlansResponse Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BillingPlansResponse in com.docusign.esign.api
Methods in com.docusign.esign.api that return BillingPlansResponse Modifier and Type Method Description BillingPlansResponseBillingApi. listBillingPlans()Gets the list of available billing plans..Methods in com.docusign.esign.api that return types with arguments of type BillingPlansResponse Modifier and Type Method Description ApiResponse<BillingPlansResponse>BillingApi. listBillingPlansWithHttpInfo()Gets the list of available billing plans. -
Uses of BillingPlansResponse in com.docusign.esign.model
Methods in com.docusign.esign.model that return BillingPlansResponse Modifier and Type Method Description BillingPlansResponseBillingPlansResponse. addBillingPlansItem(BillingPlan billingPlansItem)addBillingPlansItem.BillingPlansResponseBillingPlansResponse. billingPlans(List<BillingPlan> billingPlans)billingPlans.
-