Uses of Enum Class
travel.wink.payment.model.CancelBookingContractRequest.TypeEnum
Packages that use CancelBookingContractRequest.TypeEnum
-
Uses of CancelBookingContractRequest.TypeEnum in travel.wink.payment.model
Methods in travel.wink.payment.model that return CancelBookingContractRequest.TypeEnumModifier and TypeMethodDescriptionCancelBookingContractRequest.getType()Type of cancellationReturns the enum constant of this class with the specified name.CancelBookingContractRequest.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in travel.wink.payment.model with parameters of type CancelBookingContractRequest.TypeEnumModifierConstructorDescriptionCancelBookingContractRequest(CancelBookingContractRequest.CancellerTypeEnum cancellerType, CancelBookingContractRequest.TypeEnum type, String reason)