Uses of Class
com.docusign.esign.model.BillingPlanResponse
-
Packages that use BillingPlanResponse Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BillingPlanResponse in com.docusign.esign.api
Methods in com.docusign.esign.api that return BillingPlanResponse Modifier and Type Method Description BillingPlanResponseBillingApi. getBillingPlan(String billingPlanId)Get the billing plan details..Methods in com.docusign.esign.api that return types with arguments of type BillingPlanResponse Modifier and Type Method Description ApiResponse<BillingPlanResponse>BillingApi. getBillingPlanWithHttpInfo(String billingPlanId)Get the billing plan details. -
Uses of BillingPlanResponse in com.docusign.esign.model
Methods in com.docusign.esign.model that return BillingPlanResponse Modifier and Type Method Description BillingPlanResponseBillingPlanResponse. addSuccessorPlansItem(BillingPlan successorPlansItem)addSuccessorPlansItem.BillingPlanResponseBillingPlanResponse. billingPlan(BillingPlan billingPlan)billingPlan.BillingPlanResponseBillingPlanResponse. successorPlans(List<BillingPlan> successorPlans)successorPlans.
-