Uses of Class
com.chargebee.models.Quote.UpdateSubscriptionQuoteRequest
Packages that use Quote.UpdateSubscriptionQuoteRequest
-
Uses of Quote.UpdateSubscriptionQuoteRequest in com.chargebee.models
Methods in com.chargebee.models that return Quote.UpdateSubscriptionQuoteRequestModifier and TypeMethodDescriptionQuote.UpdateSubscriptionQuoteRequest.addonBillingCycles(int index, Integer addonBillingCycles) Quote.UpdateSubscriptionQuoteRequest.addonQuantity(int index, Integer addonQuantity) Quote.UpdateSubscriptionQuoteRequest.addonQuantityInDecimal(int index, String addonQuantityInDecimal) Quote.UpdateSubscriptionQuoteRequest.addonTrialEnd(int index, Timestamp addonTrialEnd) Quote.UpdateSubscriptionQuoteRequest.addonUnitPrice(int index, Long addonUnitPrice) Quote.UpdateSubscriptionQuoteRequest.addonUnitPriceInDecimal(int index, String addonUnitPriceInDecimal) Quote.UpdateSubscriptionQuoteRequest.billingAddressCity(String billingAddressCity) Quote.UpdateSubscriptionQuoteRequest.billingAddressCompany(String billingAddressCompany) Quote.UpdateSubscriptionQuoteRequest.billingAddressCountry(String billingAddressCountry) Quote.UpdateSubscriptionQuoteRequest.billingAddressEmail(String billingAddressEmail) Quote.UpdateSubscriptionQuoteRequest.billingAddressFirstName(String billingAddressFirstName) Quote.UpdateSubscriptionQuoteRequest.billingAddressLastName(String billingAddressLastName) Quote.UpdateSubscriptionQuoteRequest.billingAddressLine1(String billingAddressLine1) Quote.UpdateSubscriptionQuoteRequest.billingAddressLine2(String billingAddressLine2) Quote.UpdateSubscriptionQuoteRequest.billingAddressLine3(String billingAddressLine3) Quote.UpdateSubscriptionQuoteRequest.billingAddressPhone(String billingAddressPhone) Quote.UpdateSubscriptionQuoteRequest.billingAddressState(String billingAddressState) Quote.UpdateSubscriptionQuoteRequest.billingAddressStateCode(String billingAddressStateCode) Quote.UpdateSubscriptionQuoteRequest.billingAddressValidationStatus(ValidationStatus billingAddressValidationStatus) Quote.UpdateSubscriptionQuoteRequest.billingAddressZip(String billingAddressZip) Quote.UpdateSubscriptionQuoteRequest.billingAlignmentMode(BillingAlignmentMode billingAlignmentMode) Quote.UpdateSubscriptionQuoteRequest.billingCycles(Integer billingCycles) Quote.UpdateSubscriptionQuoteRequest.changeOption(ChangeOption changeOption) Quote.UpdateSubscriptionQuoteRequest.changesScheduledAt(Timestamp changesScheduledAt) Quote.UpdateSubscriptionQuoteRequest.contractTermActionAtTermEnd(ContractTerm.ActionAtTermEnd contractTermActionAtTermEnd) Quote.UpdateSubscriptionQuoteRequest.contractTermCancellationCutoffPeriod(Integer contractTermCancellationCutoffPeriod) Quote.UpdateSubscriptionQuoteRequest.customerRegisteredForGst(Boolean customerRegisteredForGst) Quote.UpdateSubscriptionQuoteRequest.customerVatNumber(String customerVatNumber) Quote.UpdateSubscriptionQuoteRequest.customerVatNumberPrefix(String customerVatNumberPrefix) Quote.UpdateSubscriptionQuoteRequest.eventBasedAddonChargeOn(int index, ChargeOn eventBasedAddonChargeOn) Quote.UpdateSubscriptionQuoteRequest.eventBasedAddonChargeOnce(int index, Boolean eventBasedAddonChargeOnce) Quote.UpdateSubscriptionQuoteRequest.eventBasedAddonId(int index, String eventBasedAddonId) Quote.UpdateSubscriptionQuoteRequest.eventBasedAddonOnEvent(int index, OnEvent eventBasedAddonOnEvent) Quote.UpdateSubscriptionQuoteRequest.eventBasedAddonQuantity(int index, Integer eventBasedAddonQuantity) Quote.UpdateSubscriptionQuoteRequest.eventBasedAddonQuantityInDecimal(int index, String eventBasedAddonQuantityInDecimal) Quote.UpdateSubscriptionQuoteRequest.eventBasedAddonServicePeriodInDays(int index, Integer eventBasedAddonServicePeriodInDays) Quote.UpdateSubscriptionQuoteRequest.eventBasedAddonUnitPrice(int index, Long eventBasedAddonUnitPrice) Quote.UpdateSubscriptionQuoteRequest.eventBasedAddonUnitPriceInDecimal(int index, String eventBasedAddonUnitPriceInDecimal) Quote.UpdateSubscriptionQuoteRequest.forceTermReset(Boolean forceTermReset) Quote.UpdateSubscriptionQuoteRequest.mandatoryAddonsToRemove(String... mandatoryAddonsToRemove) Quote.UpdateSubscriptionQuoteRequest.mandatoryAddonsToRemove(List<String> mandatoryAddonsToRemove) Quote.UpdateSubscriptionQuoteRequest.reactivate(Boolean reactivate) Quote.UpdateSubscriptionQuoteRequest.reactivateFrom(Timestamp reactivateFrom) Quote.UpdateSubscriptionQuoteRequest.replaceAddonList(Boolean replaceAddonList) Quote.UpdateSubscriptionQuoteRequest.replaceCouponList(Boolean replaceCouponList) Quote.UpdateSubscriptionQuoteRequest.shippingAddressCity(String shippingAddressCity) Quote.UpdateSubscriptionQuoteRequest.shippingAddressCompany(String shippingAddressCompany) Quote.UpdateSubscriptionQuoteRequest.shippingAddressCountry(String shippingAddressCountry) Quote.UpdateSubscriptionQuoteRequest.shippingAddressEmail(String shippingAddressEmail) Quote.UpdateSubscriptionQuoteRequest.shippingAddressFirstName(String shippingAddressFirstName) Quote.UpdateSubscriptionQuoteRequest.shippingAddressLastName(String shippingAddressLastName) Quote.UpdateSubscriptionQuoteRequest.shippingAddressLine1(String shippingAddressLine1) Quote.UpdateSubscriptionQuoteRequest.shippingAddressLine2(String shippingAddressLine2) Quote.UpdateSubscriptionQuoteRequest.shippingAddressLine3(String shippingAddressLine3) Quote.UpdateSubscriptionQuoteRequest.shippingAddressPhone(String shippingAddressPhone) Quote.UpdateSubscriptionQuoteRequest.shippingAddressState(String shippingAddressState) Quote.UpdateSubscriptionQuoteRequest.shippingAddressStateCode(String shippingAddressStateCode) Quote.UpdateSubscriptionQuoteRequest.shippingAddressValidationStatus(ValidationStatus shippingAddressValidationStatus) Quote.UpdateSubscriptionQuoteRequest.shippingAddressZip(String shippingAddressZip) Quote.UpdateSubscriptionQuoteRequest.subscriptionAutoCollection(AutoCollection subscriptionAutoCollection) Quote.UpdateSubscriptionQuoteRequest.subscriptionContractTermBillingCycleOnRenewal(Integer subscriptionContractTermBillingCycleOnRenewal) Quote.UpdateSubscriptionQuoteRequest.subscriptionCoupon(String subscriptionCoupon) Deprecated.Quote.UpdateSubscriptionQuoteRequest.subscriptionId(String subscriptionId) Quote.UpdateSubscriptionQuoteRequest.subscriptionOfflinePaymentMethod(OfflinePaymentMethod subscriptionOfflinePaymentMethod) Quote.UpdateSubscriptionQuoteRequest.subscriptionPlanId(String subscriptionPlanId) Quote.UpdateSubscriptionQuoteRequest.subscriptionPlanQuantity(Integer subscriptionPlanQuantity) Quote.UpdateSubscriptionQuoteRequest.subscriptionPlanQuantityInDecimal(String subscriptionPlanQuantityInDecimal) Quote.UpdateSubscriptionQuoteRequest.subscriptionPlanUnitPrice(Long subscriptionPlanUnitPrice) Quote.UpdateSubscriptionQuoteRequest.subscriptionPlanUnitPriceInDecimal(String subscriptionPlanUnitPriceInDecimal) Quote.UpdateSubscriptionQuoteRequest.subscriptionSetupFee(Long subscriptionSetupFee) Quote.UpdateSubscriptionQuoteRequest.subscriptionStartDate(Timestamp subscriptionStartDate) Quote.UpdateSubscriptionQuoteRequest.subscriptionTrialEnd(Timestamp subscriptionTrialEnd) Quote.UpdateSubscriptionQuoteRequest.termsToCharge(Integer termsToCharge) Quote.updateSubscriptionQuote()