Uses of Enum
com.chargebee.models.enums.DurationType
Packages that use DurationType
-
Uses of DurationType in com.chargebee.models
Methods in com.chargebee.models that return DurationTypeMethods in com.chargebee.models with parameters of type DurationTypeModifier and TypeMethodDescriptionEstimate.CreateSubItemEstimateRequest.discountDurationType(int index, DurationType discountDurationType) Estimate.CreateSubItemForCustomerEstimateRequest.discountDurationType(int index, DurationType discountDurationType) Estimate.UpdateSubscriptionForItemsRequest.discountDurationType(int index, DurationType discountDurationType) HostedPage.CheckoutExistingForItemsRequest.discountDurationType(int index, DurationType discountDurationType) HostedPage.CheckoutNewForItemsRequest.discountDurationType(int index, DurationType discountDurationType) PricingPageSession.CreateForExistingSubscriptionRequest.discountDurationType(int index, DurationType discountDurationType) PricingPageSession.CreateForNewSubscriptionRequest.discountDurationType(int index, DurationType discountDurationType) Quote.CreateSubItemsForCustomerQuoteRequest.discountDurationType(int index, DurationType discountDurationType) Quote.EditCreateSubCustomerQuoteForItemsRequest.discountDurationType(int index, DurationType discountDurationType) Quote.EditUpdateSubscriptionQuoteForItemsRequest.discountDurationType(int index, DurationType discountDurationType) Quote.UpdateSubscriptionQuoteForItemsRequest.discountDurationType(int index, DurationType discountDurationType) Subscription.CreateWithItemsRequest.discountDurationType(int index, DurationType discountDurationType) Subscription.ImportForItemsRequest.discountDurationType(int index, DurationType discountDurationType) Subscription.UpdateForItemsRequest.discountDurationType(int index, DurationType discountDurationType) Ramp.CreateForSubscriptionRequest.discountsToAddDurationType(int index, DurationType discountsToAddDurationType) Ramp.UpdateRequest.discountsToAddDurationType(int index, DurationType discountsToAddDurationType) -
Uses of DurationType in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return DurationTypeModifier and TypeMethodDescriptionstatic DurationTypeReturns the enum constant of this type with the specified name.static DurationType[]DurationType.values()Returns an array containing the constants of this enum type, in the order they are declared.