Uses of Enum
com.chargebee.models.enums.RefundableCreditsHandling
Packages that use RefundableCreditsHandling
-
Uses of RefundableCreditsHandling in com.chargebee.models
Methods in com.chargebee.models with parameters of type RefundableCreditsHandlingModifier and TypeMethodDescriptionEstimate.CancelSubscriptionForItemsRequest.refundableCreditsHandling(RefundableCreditsHandling refundableCreditsHandling) Estimate.CancelSubscriptionRequest.refundableCreditsHandling(RefundableCreditsHandling refundableCreditsHandling) Subscription.CancelForItemsRequest.refundableCreditsHandling(RefundableCreditsHandling refundableCreditsHandling) Subscription.CancelRequest.refundableCreditsHandling(RefundableCreditsHandling refundableCreditsHandling) -
Uses of RefundableCreditsHandling in com.chargebee.models.enums
Methods in com.chargebee.models.enums that return RefundableCreditsHandlingModifier and TypeMethodDescriptionstatic RefundableCreditsHandlingReturns the enum constant of this type with the specified name.static RefundableCreditsHandling[]RefundableCreditsHandling.values()Returns an array containing the constants of this enum type, in the order they are declared.