Uses of Enum
com.chargebee.models.enums.OperationType
Packages that use OperationType
-
Uses of OperationType in com.chargebee.models
Methods in com.chargebee.models with parameters of type OperationTypeModifier and TypeMethodDescriptionEstimate.UpdateSubscriptionForItemsRequest.discountOperationType(int index, OperationType discountOperationType) HostedPage.CheckoutExistingForItemsRequest.discountOperationType(int index, OperationType discountOperationType) Quote.EditUpdateSubscriptionQuoteForItemsRequest.discountOperationType(int index, OperationType discountOperationType) Quote.UpdateSubscriptionQuoteForItemsRequest.discountOperationType(int index, OperationType discountOperationType) Subscription.UpdateForItemsRequest.discountOperationType(int index, OperationType discountOperationType) -
Uses of OperationType in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return OperationTypeModifier and TypeMethodDescriptionstatic OperationTypeReturns the enum constant of this type with the specified name.static OperationType[]OperationType.values()Returns an array containing the constants of this enum type, in the order they are declared.