Uses of Enum Class
com.inttegro.refunds.RefundReason
Packages that use RefundReason
-
Uses of RefundReason in com.inttegro.refunds
Fields in com.inttegro.refunds declared as RefundReasonModifier and TypeFieldDescriptionCreateRefundLineItem.reasonCreateRefundParams.reasonRefund.reasonRefundLineItem.reasonMethods in com.inttegro.refunds that return RefundReasonModifier and TypeMethodDescriptionstatic RefundReasonReturns the enum constant of this class with the specified name.static RefundReason[]RefundReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.inttegro.refunds with parameters of type RefundReasonModifier and TypeMethodDescriptionCreateRefundLineItem.Builder.reason(RefundReason reason) CreateRefundParams.Builder.reason(RefundReason reason)