Uses of Enum
com.chargebee.models.Order.CancellationReason
Packages that use Order.CancellationReason
-
Uses of Order.CancellationReason in com.chargebee.models
Methods in com.chargebee.models that return Order.CancellationReasonModifier and TypeMethodDescriptionOrder.cancellationReason()static Order.CancellationReasonReturns the enum constant of this type with the specified name.static Order.CancellationReason[]Order.CancellationReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chargebee.models with parameters of type Order.CancellationReasonModifier and TypeMethodDescriptionOrder.CancelRequest.cancellationReason(Order.CancellationReason cancellationReason) Order.ImportOrderRequest.cancellationReason(Order.CancellationReason cancellationReason) Order.UpdateRequest.cancellationReason(Order.CancellationReason cancellationReason)