Uses of Enum Class
travel.wink.sdk.booking.model.RefundAgent.ReasonTypeEnum
Packages that use RefundAgent.ReasonTypeEnum
-
Uses of RefundAgent.ReasonTypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RefundAgent.ReasonTypeEnumModifier and TypeMethodDescriptionstatic RefundAgent.ReasonTypeEnum@NotNull RefundAgent.ReasonTypeEnumRefundAgent.getReasonType()A description of the refund that can be displayed to bookerstatic RefundAgent.ReasonTypeEnumReturns the enum constant of this class with the specified name.static RefundAgent.ReasonTypeEnum[]RefundAgent.ReasonTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model with parameters of type RefundAgent.ReasonTypeEnumModifier and TypeMethodDescriptionRefundAgent.reasonType(RefundAgent.ReasonTypeEnum reasonType) voidRefundAgent.setReasonType(RefundAgent.ReasonTypeEnum reasonType)