Uses of Class
com.docusign.esign.model.AccountBillingPlanResponse
-
Packages that use AccountBillingPlanResponse Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of AccountBillingPlanResponse in com.docusign.esign.api
Methods in com.docusign.esign.api that return AccountBillingPlanResponse Modifier and Type Method Description AccountBillingPlanResponseBillingApi. getPlan(String accountId)Get Account Billing Plan.AccountBillingPlanResponseBillingApi. getPlan(String accountId, BillingApi.GetPlanOptions options)Get Account Billing Plan. -
Uses of AccountBillingPlanResponse in com.docusign.esign.model
Methods in com.docusign.esign.model that return AccountBillingPlanResponse Modifier and Type Method Description AccountBillingPlanResponseAccountBillingPlanResponse. addSuccessorPlansItem(BillingPlan successorPlansItem)addSuccessorPlansItem.AccountBillingPlanResponseAccountBillingPlanResponse. billingAddress(AccountAddress billingAddress)billingAddress.AccountBillingPlanResponseAccountBillingPlanResponse. billingAddressIsCreditCardAddress(String billingAddressIsCreditCardAddress)billingAddressIsCreditCardAddress.AccountBillingPlanResponseAccountBillingPlanResponse. billingPlan(AccountBillingPlan billingPlan)billingPlan.AccountBillingPlanResponseAccountBillingPlanResponse. creditCardInformation(CreditCardInformation creditCardInformation)creditCardInformation.AccountBillingPlanResponseAccountBillingPlanResponse. paymentProcessorInformation(PaymentProcessorInformation paymentProcessorInformation)paymentProcessorInformation.AccountBillingPlanResponseAccountBillingPlanResponse. referralInformation(ReferralInformation referralInformation)referralInformation.AccountBillingPlanResponseAccountBillingPlanResponse. successorPlans(List<BillingPlan> successorPlans)successorPlans.
-