public static class Quote.CreateSubForCustomerQuoteRequest extends Request<Quote.CreateSubForCustomerQuoteRequest>
headers, params, uri
header, headers, uri
public Quote.CreateSubForCustomerQuoteRequest name(String name)
public Quote.CreateSubForCustomerQuoteRequest notes(String notes)
public Quote.CreateSubForCustomerQuoteRequest expiresAt(Timestamp expiresAt)
public Quote.CreateSubForCustomerQuoteRequest billingCycles(Integer billingCycles)
public Quote.CreateSubForCustomerQuoteRequest mandatoryAddonsToRemove(List<String> mandatoryAddonsToRemove)
public Quote.CreateSubForCustomerQuoteRequest mandatoryAddonsToRemove(String... mandatoryAddonsToRemove)
public Quote.CreateSubForCustomerQuoteRequest termsToCharge(Integer termsToCharge)
public Quote.CreateSubForCustomerQuoteRequest billingAlignmentMode(BillingAlignmentMode billingAlignmentMode)
public Quote.CreateSubForCustomerQuoteRequest couponIds(List<String> couponIds)
public Quote.CreateSubForCustomerQuoteRequest couponIds(String... couponIds)
public Quote.CreateSubForCustomerQuoteRequest subscriptionId(String subscriptionId)
public Quote.CreateSubForCustomerQuoteRequest subscriptionPlanUnitPriceInDecimal(String subscriptionPlanUnitPriceInDecimal)
public Quote.CreateSubForCustomerQuoteRequest subscriptionPlanQuantityInDecimal(String subscriptionPlanQuantityInDecimal)
public Quote.CreateSubForCustomerQuoteRequest subscriptionPlanId(String subscriptionPlanId)
public Quote.CreateSubForCustomerQuoteRequest subscriptionPlanQuantity(Integer subscriptionPlanQuantity)
public Quote.CreateSubForCustomerQuoteRequest subscriptionPlanUnitPrice(Integer subscriptionPlanUnitPrice)
public Quote.CreateSubForCustomerQuoteRequest subscriptionSetupFee(Integer subscriptionSetupFee)
public Quote.CreateSubForCustomerQuoteRequest subscriptionTrialEnd(Timestamp subscriptionTrialEnd)
public Quote.CreateSubForCustomerQuoteRequest subscriptionStartDate(Timestamp subscriptionStartDate)
public Quote.CreateSubForCustomerQuoteRequest subscriptionOfflinePaymentMethod(OfflinePaymentMethod subscriptionOfflinePaymentMethod)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressFirstName(String shippingAddressFirstName)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressLastName(String shippingAddressLastName)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressEmail(String shippingAddressEmail)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressCompany(String shippingAddressCompany)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressPhone(String shippingAddressPhone)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressLine1(String shippingAddressLine1)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressLine2(String shippingAddressLine2)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressLine3(String shippingAddressLine3)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressCity(String shippingAddressCity)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressStateCode(String shippingAddressStateCode)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressState(String shippingAddressState)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressZip(String shippingAddressZip)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressCountry(String shippingAddressCountry)
public Quote.CreateSubForCustomerQuoteRequest shippingAddressValidationStatus(ValidationStatus shippingAddressValidationStatus)
public Quote.CreateSubForCustomerQuoteRequest contractTermActionAtTermEnd(ContractTerm.ActionAtTermEnd contractTermActionAtTermEnd)
public Quote.CreateSubForCustomerQuoteRequest contractTermCancellationCutoffPeriod(Integer contractTermCancellationCutoffPeriod)
public Quote.CreateSubForCustomerQuoteRequest subscriptionContractTermBillingCycleOnRenewal(Integer subscriptionContractTermBillingCycleOnRenewal)
public Quote.CreateSubForCustomerQuoteRequest addonId(int index, String addonId)
public Quote.CreateSubForCustomerQuoteRequest addonQuantity(int index, Integer addonQuantity)
public Quote.CreateSubForCustomerQuoteRequest addonQuantityInDecimal(int index, String addonQuantityInDecimal)
public Quote.CreateSubForCustomerQuoteRequest addonUnitPrice(int index, Integer addonUnitPrice)
public Quote.CreateSubForCustomerQuoteRequest addonUnitPriceInDecimal(int index, String addonUnitPriceInDecimal)
public Quote.CreateSubForCustomerQuoteRequest addonBillingCycles(int index, Integer addonBillingCycles)
public Quote.CreateSubForCustomerQuoteRequest eventBasedAddonId(int index, String eventBasedAddonId)
public Quote.CreateSubForCustomerQuoteRequest eventBasedAddonQuantity(int index, Integer eventBasedAddonQuantity)
public Quote.CreateSubForCustomerQuoteRequest eventBasedAddonUnitPrice(int index, Integer eventBasedAddonUnitPrice)
public Quote.CreateSubForCustomerQuoteRequest eventBasedAddonQuantityInDecimal(int index, String eventBasedAddonQuantityInDecimal)
public Quote.CreateSubForCustomerQuoteRequest eventBasedAddonUnitPriceInDecimal(int index, String eventBasedAddonUnitPriceInDecimal)
public Quote.CreateSubForCustomerQuoteRequest eventBasedAddonServicePeriodInDays(int index, Integer eventBasedAddonServicePeriodInDays)
public Quote.CreateSubForCustomerQuoteRequest eventBasedAddonOnEvent(int index, OnEvent eventBasedAddonOnEvent)
public Quote.CreateSubForCustomerQuoteRequest eventBasedAddonChargeOnce(int index, Boolean eventBasedAddonChargeOnce)
public Quote.CreateSubForCustomerQuoteRequest eventBasedAddonChargeOn(int index, ChargeOn eventBasedAddonChargeOn)
public Quote.CreateSubForCustomerQuoteRequest addonTrialEnd(int index, Timestamp addonTrialEnd)
public Params params()
params
in class Request<Quote.CreateSubForCustomerQuoteRequest>
Copyright © 2020 ChargeBee. All Rights Reserved.