Uses of Class
com.chargebee.models.Estimate.CreateSubscriptionRequest
Packages that use Estimate.CreateSubscriptionRequest
-
Uses of Estimate.CreateSubscriptionRequest in com.chargebee.models
Methods in com.chargebee.models that return Estimate.CreateSubscriptionRequestModifier and TypeMethodDescriptionEstimate.CreateSubscriptionRequest.addonBillingCycles(int index, Integer addonBillingCycles) Estimate.CreateSubscriptionRequest.addonQuantity(int index, Integer addonQuantity) Estimate.CreateSubscriptionRequest.addonQuantityInDecimal(int index, String addonQuantityInDecimal) Estimate.CreateSubscriptionRequest.addonTrialEnd(int index, Timestamp addonTrialEnd) Estimate.CreateSubscriptionRequest.addonUnitPrice(int index, Long addonUnitPrice) Estimate.CreateSubscriptionRequest.addonUnitPriceInDecimal(int index, String addonUnitPriceInDecimal) Estimate.CreateSubscriptionRequest.billingAddressCity(String billingAddressCity) Estimate.CreateSubscriptionRequest.billingAddressCountry(String billingAddressCountry) Estimate.CreateSubscriptionRequest.billingAddressLine1(String billingAddressLine1) Estimate.CreateSubscriptionRequest.billingAddressLine2(String billingAddressLine2) Estimate.CreateSubscriptionRequest.billingAddressLine3(String billingAddressLine3) Estimate.CreateSubscriptionRequest.billingAddressStateCode(String billingAddressStateCode) Estimate.CreateSubscriptionRequest.billingAddressValidationStatus(ValidationStatus billingAddressValidationStatus) Estimate.CreateSubscriptionRequest.billingAddressZip(String billingAddressZip) Estimate.CreateSubscriptionRequest.billingAlignmentMode(BillingAlignmentMode billingAlignmentMode) Estimate.CreateSubscriptionRequest.billingCycles(Integer billingCycles) Estimate.CreateSubscriptionRequest.clientProfileId(String clientProfileId) Estimate.CreateSubscriptionRequest.contractTermActionAtTermEnd(ContractTerm.ActionAtTermEnd contractTermActionAtTermEnd) Estimate.CreateSubscriptionRequest.contractTermCancellationCutoffPeriod(Integer contractTermCancellationCutoffPeriod) Estimate.createSubscription()Estimate.CreateSubscriptionRequest.customerCustomerType(CustomerType customerCustomerType) Estimate.CreateSubscriptionRequest.customerEntityCode(EntityCode customerEntityCode) Estimate.CreateSubscriptionRequest.customerExemptionDetails(org.json.JSONArray customerExemptionDetails) Estimate.CreateSubscriptionRequest.customerExemptNumber(String customerExemptNumber) Estimate.CreateSubscriptionRequest.customerRegisteredForGst(Boolean customerRegisteredForGst) Estimate.CreateSubscriptionRequest.customerTaxability(Taxability customerTaxability) Estimate.CreateSubscriptionRequest.customerVatNumber(String customerVatNumber) Estimate.CreateSubscriptionRequest.customerVatNumberPrefix(String customerVatNumberPrefix) Estimate.CreateSubscriptionRequest.eventBasedAddonChargeOn(int index, ChargeOn eventBasedAddonChargeOn) Estimate.CreateSubscriptionRequest.eventBasedAddonChargeOnce(int index, Boolean eventBasedAddonChargeOnce) Estimate.CreateSubscriptionRequest.eventBasedAddonId(int index, String eventBasedAddonId) Estimate.CreateSubscriptionRequest.eventBasedAddonOnEvent(int index, OnEvent eventBasedAddonOnEvent) Estimate.CreateSubscriptionRequest.eventBasedAddonQuantity(int index, Integer eventBasedAddonQuantity) Estimate.CreateSubscriptionRequest.eventBasedAddonQuantityInDecimal(int index, String eventBasedAddonQuantityInDecimal) Estimate.CreateSubscriptionRequest.eventBasedAddonServicePeriodInDays(int index, Integer eventBasedAddonServicePeriodInDays) Estimate.CreateSubscriptionRequest.eventBasedAddonUnitPrice(int index, Long eventBasedAddonUnitPrice) Estimate.CreateSubscriptionRequest.eventBasedAddonUnitPriceInDecimal(int index, String eventBasedAddonUnitPriceInDecimal) Estimate.CreateSubscriptionRequest.invoiceDate(Timestamp invoiceDate) Estimate.CreateSubscriptionRequest.invoiceImmediately(Boolean invoiceImmediately) Estimate.CreateSubscriptionRequest.mandatoryAddonsToRemove(String... mandatoryAddonsToRemove) Estimate.CreateSubscriptionRequest.mandatoryAddonsToRemove(List<String> mandatoryAddonsToRemove) Estimate.CreateSubscriptionRequest.shippingAddressCity(String shippingAddressCity) Estimate.CreateSubscriptionRequest.shippingAddressCountry(String shippingAddressCountry) Estimate.CreateSubscriptionRequest.shippingAddressLine1(String shippingAddressLine1) Estimate.CreateSubscriptionRequest.shippingAddressLine2(String shippingAddressLine2) Estimate.CreateSubscriptionRequest.shippingAddressLine3(String shippingAddressLine3) Estimate.CreateSubscriptionRequest.shippingAddressStateCode(String shippingAddressStateCode) Estimate.CreateSubscriptionRequest.shippingAddressValidationStatus(ValidationStatus shippingAddressValidationStatus) Estimate.CreateSubscriptionRequest.shippingAddressZip(String shippingAddressZip) Estimate.CreateSubscriptionRequest.subscriptionContractTermBillingCycleOnRenewal(Integer subscriptionContractTermBillingCycleOnRenewal) Estimate.CreateSubscriptionRequest.subscriptionCoupon(String subscriptionCoupon) Deprecated.Estimate.CreateSubscriptionRequest.subscriptionFreePeriod(Integer subscriptionFreePeriod) Estimate.CreateSubscriptionRequest.subscriptionFreePeriodUnit(FreePeriodUnit subscriptionFreePeriodUnit) Estimate.CreateSubscriptionRequest.subscriptionId(String subscriptionId) Estimate.CreateSubscriptionRequest.subscriptionOfflinePaymentMethod(OfflinePaymentMethod subscriptionOfflinePaymentMethod) Estimate.CreateSubscriptionRequest.subscriptionPlanId(String subscriptionPlanId) Estimate.CreateSubscriptionRequest.subscriptionPlanQuantity(Integer subscriptionPlanQuantity) Estimate.CreateSubscriptionRequest.subscriptionPlanQuantityInDecimal(String subscriptionPlanQuantityInDecimal) Estimate.CreateSubscriptionRequest.subscriptionPlanUnitPrice(Long subscriptionPlanUnitPrice) Estimate.CreateSubscriptionRequest.subscriptionPlanUnitPriceInDecimal(String subscriptionPlanUnitPriceInDecimal) Estimate.CreateSubscriptionRequest.subscriptionSetupFee(Long subscriptionSetupFee) Estimate.CreateSubscriptionRequest.subscriptionStartDate(Timestamp subscriptionStartDate) Estimate.CreateSubscriptionRequest.subscriptionTrialEnd(Timestamp subscriptionTrialEnd) Estimate.CreateSubscriptionRequest.subscriptionTrialEndAction(TrialEndAction subscriptionTrialEndAction) Estimate.CreateSubscriptionRequest.taxProvidersFieldFieldId(int index, String taxProvidersFieldFieldId) Estimate.CreateSubscriptionRequest.taxProvidersFieldFieldValue(int index, String taxProvidersFieldFieldValue) Estimate.CreateSubscriptionRequest.taxProvidersFieldProviderName(int index, String taxProvidersFieldProviderName) Estimate.CreateSubscriptionRequest.termsToCharge(Integer termsToCharge)