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