public static class Subscription.CreateWithItemsRequest extends Request<Subscription.CreateWithItemsRequest>
headers, params, uri
header, headers, uri
public Subscription.CreateWithItemsRequest id(String id)
public Subscription.CreateWithItemsRequest businessEntityId(String businessEntityId)
public Subscription.CreateWithItemsRequest trialEnd(Timestamp trialEnd)
public Subscription.CreateWithItemsRequest billingCycles(Integer billingCycles)
@Deprecated public Subscription.CreateWithItemsRequest setupFee(Long setupFee)
public Subscription.CreateWithItemsRequest mandatoryItemsToRemove(List<String> mandatoryItemsToRemove)
public Subscription.CreateWithItemsRequest mandatoryItemsToRemove(String... mandatoryItemsToRemove)
public Subscription.CreateWithItemsRequest netTermDays(Integer netTermDays)
public Subscription.CreateWithItemsRequest startDate(Timestamp startDate)
@Deprecated public Subscription.CreateWithItemsRequest coupon(String coupon)
public Subscription.CreateWithItemsRequest autoCollection(AutoCollection autoCollection)
public Subscription.CreateWithItemsRequest termsToCharge(Integer termsToCharge)
public Subscription.CreateWithItemsRequest billingAlignmentMode(BillingAlignmentMode billingAlignmentMode)
public Subscription.CreateWithItemsRequest offlinePaymentMethod(OfflinePaymentMethod offlinePaymentMethod)
public Subscription.CreateWithItemsRequest poNumber(String poNumber)
public Subscription.CreateWithItemsRequest couponIds(List<String> couponIds)
public Subscription.CreateWithItemsRequest couponIds(String... couponIds)
public Subscription.CreateWithItemsRequest paymentSourceId(String paymentSourceId)
public Subscription.CreateWithItemsRequest overrideRelationship(Boolean overrideRelationship)
public Subscription.CreateWithItemsRequest invoiceNotes(String invoiceNotes)
public Subscription.CreateWithItemsRequest invoiceDate(Timestamp invoiceDate)
public Subscription.CreateWithItemsRequest metaData(org.json.JSONObject metaData)
public Subscription.CreateWithItemsRequest invoiceImmediately(Boolean invoiceImmediately)
public Subscription.CreateWithItemsRequest replacePrimaryPaymentSource(Boolean replacePrimaryPaymentSource)
public Subscription.CreateWithItemsRequest freePeriod(Integer freePeriod)
public Subscription.CreateWithItemsRequest freePeriodUnit(FreePeriodUnit freePeriodUnit)
public Subscription.CreateWithItemsRequest contractTermBillingCycleOnRenewal(Integer contractTermBillingCycleOnRenewal)
public Subscription.CreateWithItemsRequest createPendingInvoices(Boolean createPendingInvoices)
public Subscription.CreateWithItemsRequest autoCloseInvoices(Boolean autoCloseInvoices)
public Subscription.CreateWithItemsRequest firstInvoicePending(Boolean firstInvoicePending)
public Subscription.CreateWithItemsRequest trialEndAction(TrialEndAction trialEndAction)
public Subscription.CreateWithItemsRequest shippingAddressFirstName(String shippingAddressFirstName)
public Subscription.CreateWithItemsRequest shippingAddressLastName(String shippingAddressLastName)
public Subscription.CreateWithItemsRequest shippingAddressEmail(String shippingAddressEmail)
public Subscription.CreateWithItemsRequest shippingAddressCompany(String shippingAddressCompany)
public Subscription.CreateWithItemsRequest shippingAddressPhone(String shippingAddressPhone)
public Subscription.CreateWithItemsRequest shippingAddressLine1(String shippingAddressLine1)
public Subscription.CreateWithItemsRequest shippingAddressLine2(String shippingAddressLine2)
public Subscription.CreateWithItemsRequest shippingAddressLine3(String shippingAddressLine3)
public Subscription.CreateWithItemsRequest shippingAddressCity(String shippingAddressCity)
public Subscription.CreateWithItemsRequest shippingAddressStateCode(String shippingAddressStateCode)
public Subscription.CreateWithItemsRequest shippingAddressState(String shippingAddressState)
public Subscription.CreateWithItemsRequest shippingAddressZip(String shippingAddressZip)
public Subscription.CreateWithItemsRequest shippingAddressCountry(String shippingAddressCountry)
public Subscription.CreateWithItemsRequest shippingAddressValidationStatus(ValidationStatus shippingAddressValidationStatus)
public Subscription.CreateWithItemsRequest paymentIntentId(String paymentIntentId)
public Subscription.CreateWithItemsRequest paymentIntentGatewayAccountId(String paymentIntentGatewayAccountId)
public Subscription.CreateWithItemsRequest paymentIntentGwToken(String paymentIntentGwToken)
public Subscription.CreateWithItemsRequest paymentIntentPaymentMethodType(PaymentIntent.PaymentMethodType paymentIntentPaymentMethodType)
public Subscription.CreateWithItemsRequest paymentIntentReferenceId(String paymentIntentReferenceId)
@Deprecated public Subscription.CreateWithItemsRequest paymentIntentGwPaymentMethodId(String paymentIntentGwPaymentMethodId)
public Subscription.CreateWithItemsRequest paymentIntentAdditionalInformation(org.json.JSONObject paymentIntentAdditionalInformation)
public Subscription.CreateWithItemsRequest contractTermActionAtTermEnd(Subscription.ContractTerm.ActionAtTermEnd contractTermActionAtTermEnd)
public Subscription.CreateWithItemsRequest contractTermCancellationCutoffPeriod(Integer contractTermCancellationCutoffPeriod)
public Subscription.CreateWithItemsRequest subscriptionItemItemPriceId(int index, String subscriptionItemItemPriceId)
public Subscription.CreateWithItemsRequest subscriptionItemQuantity(int index, Integer subscriptionItemQuantity)
public Subscription.CreateWithItemsRequest subscriptionItemQuantityInDecimal(int index, String subscriptionItemQuantityInDecimal)
public Subscription.CreateWithItemsRequest subscriptionItemUnitPrice(int index, Long subscriptionItemUnitPrice)
public Subscription.CreateWithItemsRequest subscriptionItemUnitPriceInDecimal(int index, String subscriptionItemUnitPriceInDecimal)
public Subscription.CreateWithItemsRequest subscriptionItemBillingCycles(int index, Integer subscriptionItemBillingCycles)
public Subscription.CreateWithItemsRequest subscriptionItemTrialEnd(int index, Timestamp subscriptionItemTrialEnd)
public Subscription.CreateWithItemsRequest subscriptionItemServicePeriodDays(int index, Integer subscriptionItemServicePeriodDays)
public Subscription.CreateWithItemsRequest subscriptionItemChargeOnEvent(int index, ChargeOnEvent subscriptionItemChargeOnEvent)
public Subscription.CreateWithItemsRequest subscriptionItemChargeOnce(int index, Boolean subscriptionItemChargeOnce)
@Deprecated public Subscription.CreateWithItemsRequest subscriptionItemItemType(int index, ItemType subscriptionItemItemType)
public Subscription.CreateWithItemsRequest discountApplyOn(int index, ApplyOn discountApplyOn)
public Subscription.CreateWithItemsRequest discountDurationType(int index, DurationType discountDurationType)
public Subscription.CreateWithItemsRequest discountPercentage(int index, Double discountPercentage)
public Subscription.CreateWithItemsRequest discountAmount(int index, Long discountAmount)
public Subscription.CreateWithItemsRequest discountPeriod(int index, Integer discountPeriod)
public Subscription.CreateWithItemsRequest discountPeriodUnit(int index, PeriodUnit discountPeriodUnit)
public Subscription.CreateWithItemsRequest discountIncludedInMrr(int index, Boolean discountIncludedInMrr)
public Subscription.CreateWithItemsRequest discountItemPriceId(int index, String discountItemPriceId)
public Subscription.CreateWithItemsRequest subscriptionItemChargeOnOption(int index, ChargeOnOption subscriptionItemChargeOnOption)
public Subscription.CreateWithItemsRequest itemTierItemPriceId(int index, String itemTierItemPriceId)
public Subscription.CreateWithItemsRequest itemTierStartingUnit(int index, Integer itemTierStartingUnit)
public Subscription.CreateWithItemsRequest itemTierEndingUnit(int index, Integer itemTierEndingUnit)
public Subscription.CreateWithItemsRequest itemTierPrice(int index, Long itemTierPrice)
public Subscription.CreateWithItemsRequest itemTierStartingUnitInDecimal(int index, String itemTierStartingUnitInDecimal)
public Subscription.CreateWithItemsRequest itemTierEndingUnitInDecimal(int index, String itemTierEndingUnitInDecimal)
public Subscription.CreateWithItemsRequest itemTierPriceInDecimal(int index, String itemTierPriceInDecimal)
public Params params()
params
in class Request<Subscription.CreateWithItemsRequest>
Copyright © 2023 ChargeBee. All rights reserved.