Uses of Class
com.chargebee.models.Estimate.CreateSubForCustomerEstimateRequest
Packages that use Estimate.CreateSubForCustomerEstimateRequest
-
Uses of Estimate.CreateSubForCustomerEstimateRequest in com.chargebee.models
Methods in com.chargebee.models that return Estimate.CreateSubForCustomerEstimateRequestModifier and TypeMethodDescriptionEstimate.CreateSubForCustomerEstimateRequest.addonBillingCycles(int index, Integer addonBillingCycles) Estimate.CreateSubForCustomerEstimateRequest.addonQuantity(int index, Integer addonQuantity) Estimate.CreateSubForCustomerEstimateRequest.addonQuantityInDecimal(int index, String addonQuantityInDecimal) Estimate.CreateSubForCustomerEstimateRequest.addonTrialEnd(int index, Timestamp addonTrialEnd) Estimate.CreateSubForCustomerEstimateRequest.addonUnitPrice(int index, Long addonUnitPrice) Estimate.CreateSubForCustomerEstimateRequest.addonUnitPriceInDecimal(int index, String addonUnitPriceInDecimal) Estimate.CreateSubForCustomerEstimateRequest.billingAlignmentMode(BillingAlignmentMode billingAlignmentMode) Estimate.CreateSubForCustomerEstimateRequest.billingCycles(Integer billingCycles) Estimate.CreateSubForCustomerEstimateRequest.contractTermActionAtTermEnd(ContractTerm.ActionAtTermEnd contractTermActionAtTermEnd) Estimate.CreateSubForCustomerEstimateRequest.contractTermCancellationCutoffPeriod(Integer contractTermCancellationCutoffPeriod) Estimate.createSubForCustomerEstimate(String id) Estimate.CreateSubForCustomerEstimateRequest.eventBasedAddonChargeOn(int index, ChargeOn eventBasedAddonChargeOn) Estimate.CreateSubForCustomerEstimateRequest.eventBasedAddonChargeOnce(int index, Boolean eventBasedAddonChargeOnce) Estimate.CreateSubForCustomerEstimateRequest.eventBasedAddonId(int index, String eventBasedAddonId) Estimate.CreateSubForCustomerEstimateRequest.eventBasedAddonOnEvent(int index, OnEvent eventBasedAddonOnEvent) Estimate.CreateSubForCustomerEstimateRequest.eventBasedAddonQuantity(int index, Integer eventBasedAddonQuantity) Estimate.CreateSubForCustomerEstimateRequest.eventBasedAddonQuantityInDecimal(int index, String eventBasedAddonQuantityInDecimal) Estimate.CreateSubForCustomerEstimateRequest.eventBasedAddonServicePeriodInDays(int index, Integer eventBasedAddonServicePeriodInDays) Estimate.CreateSubForCustomerEstimateRequest.eventBasedAddonUnitPrice(int index, Long eventBasedAddonUnitPrice) Estimate.CreateSubForCustomerEstimateRequest.eventBasedAddonUnitPriceInDecimal(int index, String eventBasedAddonUnitPriceInDecimal) Estimate.CreateSubForCustomerEstimateRequest.invoiceDate(Timestamp invoiceDate) Estimate.CreateSubForCustomerEstimateRequest.invoiceImmediately(Boolean invoiceImmediately) Estimate.CreateSubForCustomerEstimateRequest.mandatoryAddonsToRemove(String... mandatoryAddonsToRemove) Estimate.CreateSubForCustomerEstimateRequest.mandatoryAddonsToRemove(List<String> mandatoryAddonsToRemove) Estimate.CreateSubForCustomerEstimateRequest.shippingAddressCity(String shippingAddressCity) Estimate.CreateSubForCustomerEstimateRequest.shippingAddressCountry(String shippingAddressCountry) Estimate.CreateSubForCustomerEstimateRequest.shippingAddressLine1(String shippingAddressLine1) Estimate.CreateSubForCustomerEstimateRequest.shippingAddressLine2(String shippingAddressLine2) Estimate.CreateSubForCustomerEstimateRequest.shippingAddressLine3(String shippingAddressLine3) Estimate.CreateSubForCustomerEstimateRequest.shippingAddressStateCode(String shippingAddressStateCode) Estimate.CreateSubForCustomerEstimateRequest.shippingAddressValidationStatus(ValidationStatus shippingAddressValidationStatus) Estimate.CreateSubForCustomerEstimateRequest.shippingAddressZip(String shippingAddressZip) Estimate.CreateSubForCustomerEstimateRequest.subscriptionContractTermBillingCycleOnRenewal(Integer subscriptionContractTermBillingCycleOnRenewal) Estimate.CreateSubForCustomerEstimateRequest.subscriptionFreePeriod(Integer subscriptionFreePeriod) Estimate.CreateSubForCustomerEstimateRequest.subscriptionFreePeriodUnit(FreePeriodUnit subscriptionFreePeriodUnit) Estimate.CreateSubForCustomerEstimateRequest.subscriptionId(String subscriptionId) Estimate.CreateSubForCustomerEstimateRequest.subscriptionOfflinePaymentMethod(OfflinePaymentMethod subscriptionOfflinePaymentMethod) Estimate.CreateSubForCustomerEstimateRequest.subscriptionPlanId(String subscriptionPlanId) Estimate.CreateSubForCustomerEstimateRequest.subscriptionPlanQuantity(Integer subscriptionPlanQuantity) Estimate.CreateSubForCustomerEstimateRequest.subscriptionPlanQuantityInDecimal(String subscriptionPlanQuantityInDecimal) Estimate.CreateSubForCustomerEstimateRequest.subscriptionPlanUnitPrice(Long subscriptionPlanUnitPrice) Estimate.CreateSubForCustomerEstimateRequest.subscriptionPlanUnitPriceInDecimal(String subscriptionPlanUnitPriceInDecimal) Estimate.CreateSubForCustomerEstimateRequest.subscriptionSetupFee(Long subscriptionSetupFee) Estimate.CreateSubForCustomerEstimateRequest.subscriptionStartDate(Timestamp subscriptionStartDate) Estimate.CreateSubForCustomerEstimateRequest.subscriptionTrialEnd(Timestamp subscriptionTrialEnd) Estimate.CreateSubForCustomerEstimateRequest.subscriptionTrialEndAction(TrialEndAction subscriptionTrialEndAction) Estimate.CreateSubForCustomerEstimateRequest.termsToCharge(Integer termsToCharge) Estimate.CreateSubForCustomerEstimateRequest.useExistingBalances(Boolean useExistingBalances)