Uses of Class
com.docusign.esign.model.BillingPlanInformation
-
Packages that use BillingPlanInformation Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BillingPlanInformation in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type BillingPlanInformation Modifier and Type Method Description BillingPlanUpdateResponseBillingApi. updatePlan(String accountId, BillingPlanInformation billingPlanInformation)Updates the account billing plan..BillingPlanUpdateResponseBillingApi. updatePlan(String accountId, BillingPlanInformation billingPlanInformation, BillingApi.UpdatePlanOptions options)Updates the account billing plan..ApiResponse<BillingPlanUpdateResponse>BillingApi. updatePlanWithHttpInfo(String accountId, BillingPlanInformation billingPlanInformation, BillingApi.UpdatePlanOptions options)Updates the account billing plan. -
Uses of BillingPlanInformation in com.docusign.esign.model
Methods in com.docusign.esign.model that return BillingPlanInformation Modifier and Type Method Description BillingPlanInformationBillingPlanInformation. appStoreReceipt(AppStoreReceipt appStoreReceipt)appStoreReceipt.BillingPlanInformationBillingPlanInformation. billingAddress(AccountAddress billingAddress)billingAddress.BillingPlanInformationBillingPlanInformation. creditCardInformation(CreditCardInformation creditCardInformation)creditCardInformation.BillingPlanInformationBillingPlanInformation. directDebitProcessorInformation(DirectDebitProcessorInformation directDebitProcessorInformation)directDebitProcessorInformation.BillingPlanInformationBillingPlanInformation. downgradeReason(String downgradeReason)downgradeReason.BillingPlanInformationBillingPlanInformation. enablePreAuth(String enablePreAuth)enablePreAuth.BillingPlanInformationBillingPlanInformation. enableSupport(String enableSupport)enableSupport.BillingPlanInformationBillingPlanInformation. includedSeats(String includedSeats)includedSeats.BillingPlanInformationBillingPlanInformation. incrementalSeats(String incrementalSeats)incrementalSeats.BillingPlanInformationBillingPlanInformation. paymentMethod(String paymentMethod)paymentMethod.BillingPlanInformationBillingPlanInformation. paymentProcessor(String paymentProcessor)paymentProcessor.BillingPlanInformationBillingPlanInformation. paymentProcessorInformation(PaymentProcessorInformation paymentProcessorInformation)paymentProcessorInformation.BillingPlanInformationBillingPlanInformation. planInformation(PlanInformation planInformation)planInformation.BillingPlanInformationBillingPlanInformation. processPayment(String processPayment)processPayment.BillingPlanInformationBillingPlanInformation. referralInformation(ReferralInformation referralInformation)referralInformation.BillingPlanInformationBillingPlanInformation. renewalStatus(String renewalStatus)renewalStatus.BillingPlanInformationBillingPlanInformation. saleDiscountAmount(String saleDiscountAmount)saleDiscountAmount.BillingPlanInformationBillingPlanInformation. saleDiscountFixedAmount(String saleDiscountFixedAmount)saleDiscountFixedAmount.BillingPlanInformationBillingPlanInformation. saleDiscountPercent(String saleDiscountPercent)saleDiscountPercent.BillingPlanInformationBillingPlanInformation. saleDiscountPeriods(String saleDiscountPeriods)saleDiscountPeriods.BillingPlanInformationBillingPlanInformation. saleDiscountSeatPriceOverride(String saleDiscountSeatPriceOverride)saleDiscountSeatPriceOverride.BillingPlanInformationBillingPlanInformation. taxExemptId(String taxExemptId)taxExemptId.
-