Uses of Class
com.chargebee.models.Quote.CreateSubForCustomerQuoteRequest
Packages that use Quote.CreateSubForCustomerQuoteRequest
-
Uses of Quote.CreateSubForCustomerQuoteRequest in com.chargebee.models
Methods in com.chargebee.models that return Quote.CreateSubForCustomerQuoteRequestModifier and TypeMethodDescriptionQuote.CreateSubForCustomerQuoteRequest.addonBillingCycles(int index, Integer addonBillingCycles) Quote.CreateSubForCustomerQuoteRequest.addonQuantity(int index, Integer addonQuantity) Quote.CreateSubForCustomerQuoteRequest.addonQuantityInDecimal(int index, String addonQuantityInDecimal) Quote.CreateSubForCustomerQuoteRequest.addonTrialEnd(int index, Timestamp addonTrialEnd) Quote.CreateSubForCustomerQuoteRequest.addonUnitPrice(int index, Long addonUnitPrice) Quote.CreateSubForCustomerQuoteRequest.addonUnitPriceInDecimal(int index, String addonUnitPriceInDecimal) Quote.CreateSubForCustomerQuoteRequest.billingAlignmentMode(BillingAlignmentMode billingAlignmentMode) Quote.CreateSubForCustomerQuoteRequest.billingCycles(Integer billingCycles) Quote.CreateSubForCustomerQuoteRequest.contractTermActionAtTermEnd(ContractTerm.ActionAtTermEnd contractTermActionAtTermEnd) Quote.CreateSubForCustomerQuoteRequest.contractTermCancellationCutoffPeriod(Integer contractTermCancellationCutoffPeriod) Quote.createSubForCustomerQuote(String id) Quote.CreateSubForCustomerQuoteRequest.eventBasedAddonChargeOn(int index, ChargeOn eventBasedAddonChargeOn) Quote.CreateSubForCustomerQuoteRequest.eventBasedAddonChargeOnce(int index, Boolean eventBasedAddonChargeOnce) Quote.CreateSubForCustomerQuoteRequest.eventBasedAddonId(int index, String eventBasedAddonId) Quote.CreateSubForCustomerQuoteRequest.eventBasedAddonOnEvent(int index, OnEvent eventBasedAddonOnEvent) Quote.CreateSubForCustomerQuoteRequest.eventBasedAddonQuantity(int index, Integer eventBasedAddonQuantity) Quote.CreateSubForCustomerQuoteRequest.eventBasedAddonQuantityInDecimal(int index, String eventBasedAddonQuantityInDecimal) Quote.CreateSubForCustomerQuoteRequest.eventBasedAddonServicePeriodInDays(int index, Integer eventBasedAddonServicePeriodInDays) Quote.CreateSubForCustomerQuoteRequest.eventBasedAddonUnitPrice(int index, Long eventBasedAddonUnitPrice) Quote.CreateSubForCustomerQuoteRequest.eventBasedAddonUnitPriceInDecimal(int index, String eventBasedAddonUnitPriceInDecimal) Quote.CreateSubForCustomerQuoteRequest.mandatoryAddonsToRemove(String... mandatoryAddonsToRemove) Quote.CreateSubForCustomerQuoteRequest.mandatoryAddonsToRemove(List<String> mandatoryAddonsToRemove) Quote.CreateSubForCustomerQuoteRequest.shippingAddressCity(String shippingAddressCity) Quote.CreateSubForCustomerQuoteRequest.shippingAddressCompany(String shippingAddressCompany) Quote.CreateSubForCustomerQuoteRequest.shippingAddressCountry(String shippingAddressCountry) Quote.CreateSubForCustomerQuoteRequest.shippingAddressEmail(String shippingAddressEmail) Quote.CreateSubForCustomerQuoteRequest.shippingAddressFirstName(String shippingAddressFirstName) Quote.CreateSubForCustomerQuoteRequest.shippingAddressLastName(String shippingAddressLastName) Quote.CreateSubForCustomerQuoteRequest.shippingAddressLine1(String shippingAddressLine1) Quote.CreateSubForCustomerQuoteRequest.shippingAddressLine2(String shippingAddressLine2) Quote.CreateSubForCustomerQuoteRequest.shippingAddressLine3(String shippingAddressLine3) Quote.CreateSubForCustomerQuoteRequest.shippingAddressPhone(String shippingAddressPhone) Quote.CreateSubForCustomerQuoteRequest.shippingAddressState(String shippingAddressState) Quote.CreateSubForCustomerQuoteRequest.shippingAddressStateCode(String shippingAddressStateCode) Quote.CreateSubForCustomerQuoteRequest.shippingAddressValidationStatus(ValidationStatus shippingAddressValidationStatus) Quote.CreateSubForCustomerQuoteRequest.shippingAddressZip(String shippingAddressZip) Quote.CreateSubForCustomerQuoteRequest.subscriptionContractTermBillingCycleOnRenewal(Integer subscriptionContractTermBillingCycleOnRenewal) Quote.CreateSubForCustomerQuoteRequest.subscriptionId(String subscriptionId) Quote.CreateSubForCustomerQuoteRequest.subscriptionOfflinePaymentMethod(OfflinePaymentMethod subscriptionOfflinePaymentMethod) Quote.CreateSubForCustomerQuoteRequest.subscriptionPlanId(String subscriptionPlanId) Quote.CreateSubForCustomerQuoteRequest.subscriptionPlanQuantity(Integer subscriptionPlanQuantity) Quote.CreateSubForCustomerQuoteRequest.subscriptionPlanQuantityInDecimal(String subscriptionPlanQuantityInDecimal) Quote.CreateSubForCustomerQuoteRequest.subscriptionPlanUnitPrice(Long subscriptionPlanUnitPrice) Quote.CreateSubForCustomerQuoteRequest.subscriptionPlanUnitPriceInDecimal(String subscriptionPlanUnitPriceInDecimal) Quote.CreateSubForCustomerQuoteRequest.subscriptionPoNumber(String subscriptionPoNumber) Quote.CreateSubForCustomerQuoteRequest.subscriptionSetupFee(Long subscriptionSetupFee) Quote.CreateSubForCustomerQuoteRequest.subscriptionStartDate(Timestamp subscriptionStartDate) Quote.CreateSubForCustomerQuoteRequest.subscriptionTrialEnd(Timestamp subscriptionTrialEnd) Quote.CreateSubForCustomerQuoteRequest.termsToCharge(Integer termsToCharge)