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 Retrieves the billing plan information for the specified account, including the current billing plan, successor plans, billing address, and billing credit card.AccountBillingPlanResponseBillingApi. getPlan(String accountId, BillingApi.GetPlanOptions options)Get Account Billing Plan Retrieves the billing plan information for the specified account, including the current billing plan, successor plans, billing address, and billing credit card. -
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. directDebitProcessorInformation(DirectDebitProcessorInformation directDebitProcessorInformation)directDebitProcessorInformation.AccountBillingPlanResponseAccountBillingPlanResponse. downgradePlanInformation(DowngradePlanUpdateResponse downgradePlanInformation)downgradePlanInformation.AccountBillingPlanResponseAccountBillingPlanResponse. downgradeRequestInformation(DowngradeRequestInformation downgradeRequestInformation)downgradeRequestInformation.AccountBillingPlanResponseAccountBillingPlanResponse. entityName(String entityName)entityName.AccountBillingPlanResponseAccountBillingPlanResponse. paymentMethod(String paymentMethod)paymentMethod.AccountBillingPlanResponseAccountBillingPlanResponse. paymentProcessorInformation(PaymentProcessorInformation paymentProcessorInformation)paymentProcessorInformation.AccountBillingPlanResponseAccountBillingPlanResponse. referralInformation(ReferralInformation referralInformation)referralInformation.AccountBillingPlanResponseAccountBillingPlanResponse. successorPlans(List<BillingPlan> successorPlans)successorPlans.
-