Uses of Enum Class
travel.wink.payment.model.BookingContract.CancellerEnum
Packages that use BookingContract.CancellerEnum
-
Uses of BookingContract.CancellerEnum in travel.wink.payment.model
Methods in travel.wink.payment.model that return BookingContract.CancellerEnumModifier and TypeMethodDescriptionBookingContract.getCanceller()Type of entity that cancelled the booking.Returns the enum constant of this class with the specified name.static BookingContract.CancellerEnum[]BookingContract.CancellerEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.payment.model with parameters of type BookingContract.CancellerEnumModifier and TypeMethodDescriptionBookingContract.canceller(BookingContract.CancellerEnum canceller) voidBookingContract.setCanceller(BookingContract.CancellerEnum canceller)