Uses of Enum Class
travel.wink.sdk.extranet.booking.model.RefundSupplierDetails.ReasonTypeEnum
Packages that use RefundSupplierDetails.ReasonTypeEnum
-
Uses of RefundSupplierDetails.ReasonTypeEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type RefundSupplierDetails.ReasonTypeEnum in travel.wink.sdk.extranet.booking.modelModifier and TypeClassDescriptionstatic enumA description of the refund that can be displayed to bookerMethods in travel.wink.sdk.extranet.booking.model that return RefundSupplierDetails.ReasonTypeEnumModifier and TypeMethodDescription@NotNull RefundSupplierDetails.ReasonTypeEnumRefundSupplierDetails.getReasonType()A description of the refund that can be displayed to bookerReturns the enum constant of this class with the specified name.static RefundSupplierDetails.ReasonTypeEnum[]RefundSupplierDetails.ReasonTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.booking.model with parameters of type RefundSupplierDetails.ReasonTypeEnumModifier and TypeMethodDescriptionRefundSupplierDetails.reasonType(RefundSupplierDetails.ReasonTypeEnum reasonType) voidRefundSupplierDetails.setReasonType(RefundSupplierDetails.ReasonTypeEnum reasonType)