Uses of Enum
com.chargebee.models.enums.ChangeOption
Packages that use ChangeOption
-
Uses of ChangeOption in com.chargebee.models
Methods in com.chargebee.models with parameters of type ChangeOptionModifier and TypeMethodDescriptionEstimate.UpdateSubscriptionForItemsRequest.changeOption(ChangeOption changeOption) Estimate.UpdateSubscriptionRequest.changeOption(ChangeOption changeOption) HostedPage.CheckoutExistingForItemsRequest.changeOption(ChangeOption changeOption) Quote.EditUpdateSubscriptionQuoteForItemsRequest.changeOption(ChangeOption changeOption) Quote.EditUpdateSubscriptionQuoteRequest.changeOption(ChangeOption changeOption) Quote.UpdateSubscriptionQuoteForItemsRequest.changeOption(ChangeOption changeOption) Quote.UpdateSubscriptionQuoteRequest.changeOption(ChangeOption changeOption) Subscription.UpdateForItemsRequest.changeOption(ChangeOption changeOption) Subscription.UpdateRequest.changeOption(ChangeOption changeOption) -
Uses of ChangeOption in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return ChangeOptionModifier and TypeMethodDescriptionstatic ChangeOptionReturns the enum constant of this type with the specified name.static ChangeOption[]ChangeOption.values()Returns an array containing the constants of this enum type, in the order they are declared.